Anand Jain 7715da84f7 btrfs: merge _btrfs_set_prop helpers
btrfs_set_prop() is a redirect to __btrfs_set_prop() with the
transaction handle equal to NULL.  __btrfs_set_prop() in turn passes
this to do_setxattr() which then transaction is actually created.

Instead merge  __btrfs_set_prop() to btrfs_set_prop(), and update the
caller with NULL argument.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2019-04-29 19:02:19 +02:00
..
2019-03-08 14:12:17 -08:00
2019-03-12 14:53:57 -07:00
2018-08-06 13:12:43 +02:00
2019-04-29 19:02:19 +02:00
2018-04-12 16:29:55 +02:00
2018-03-26 15:09:39 +02:00
2019-04-29 19:02:19 +02:00
2019-04-29 19:02:19 +02:00
2019-03-26 10:32:13 -07:00
2018-08-06 13:12:43 +02:00
2019-04-29 19:02:19 +02:00