]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: rename fs_info argument to fs_private
authorAnand Jain <anand.jain@oracle.com>
Fri, 1 Mar 2019 04:34:49 +0000 (12:34 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 29 Apr 2019 17:02:19 +0000 (19:02 +0200)
commit13a13aa03f0fb27847cc424a1bd50c1f2c22e7ee
tree0d23bcbf8a9c629c03143ee347b4adbd6f1ef505
parentdd7b3c2c952baacc0727249e71f39526b5a640be
btrfs: rename fs_info argument to fs_private

fs_info is commonly used to represent struct fs_info *, rename
to fs_private to avoid confusion.

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