Searched hist:"2 d74fa3efcffe456d16833af118ffe0cb0ee6785" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | xattr.c | diff 2d74fa3efcffe456d16833af118ffe0cb0ee6785 Fri Apr 12 03:02:55 CDT 2019 Anand Jain <anand.jain@oracle.com> btrfs: rename do_setxattr to btrfs_setxattr
When trans is not NULL btrfs_setxattr() calls do_setxattr() directly with a check for readonly root. Rename do_setxattr() btrfs_setxattr() in preparation to call do_setxattr() directly instead. Preparatory patch, no functional changes.
Signed-off-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
|