]> git.ipfire.org Git - people/ms/linux.git/commit - fs/btrfs/ioctl.c
btrfs: unify naming of flags variables for SETFLAGS and XFLAGS
authorDavid Sterba <dsterba@suse.com>
Mon, 23 Apr 2018 13:45:18 +0000 (15:45 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 28 May 2018 16:23:32 +0000 (18:23 +0200)
commit5c57b8b6a496641172328c4b71697656de8cebd5
treed2abe95a8900d0d5540567c567ef24dfb5a258e4
parent025f2121488ec4362394c691d3e3b3576bd7868a
btrfs: unify naming of flags variables for SETFLAGS and XFLAGS

* The simple 'flags' refer to the btrfs inode
* ... that's in 'binode
* the FS_*_FL variables are 'fsflags'
* the old copies of the variable are prefixed by 'old_'
* Struct inode flags contain 'i_flags'.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ioctl.c