Re: [PATCH v4 04/10] btrfs: rename fs_info argument to fs_private

2019-02-27 Thread David Sterba
On Sat, Feb 23, 2019 at 01:39:46AM +0800, Anand Jain wrote: > fs_info is commonly used to represent struct fs_info *, rename > to fs_private to avoid confusion. Yeah, I had the same thoughts. The parameter name in interface function security_inode_init_security is fs_data, I think we can use that

[PATCH v4 04/10] btrfs: rename fs_info argument to fs_private

2019-02-22 Thread Anand Jain
fs_info is commonly used to represent struct fs_info *, rename to fs_private to avoid confusion. Signed-off-by: Anand Jain --- v4: born fs/btrfs/xattr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/xattr.c b/fs/btrfs/xattr.c index 499bb79ba135..6971cbf286b5 10