]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitab800f5247fa18acf349e98a9c78097967036541
treed2abe95a8900d0d5540567c567ef24dfb5a258e4
parentc4a9a1063d02b76cf49bc2da02785bbb3714d5c2
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