]> git.proxmox.com Git - mirror_ubuntu-focal-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)
commit3e125a74fbc1938afd699ba9ba7f33801768bd0e
tree4ac4760bf06d61b0e1a81d3b84dce6811c836b3c
parent2d74fa3efcffe456d16833af118ffe0cb0ee6785
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