]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: export btrfs_setxattr
authorAnand Jain <anand.jain@oracle.com>
Fri, 12 Apr 2019 08:02:56 +0000 (16:02 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 29 Apr 2019 17:02:44 +0000 (19:02 +0200)
commit3fb21e97bacaee977d1c5e0cb313ac364c87b8ae
tree4ac4760bf06d61b0e1a81d3b84dce6811c836b3c
parent4385ead89e429e8a1f070de4c96cdf20f4c5d8ff
btrfs: export btrfs_setxattr

Preparatory patch, as we are going split the calls with and without
transaction to use the respective btrfs_setxattr() and
btrfs_setxattr_trans() functions. Export btrfs_setxattr() for calls
outside of xattr.c.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/xattr.c
fs/btrfs/xattr.h