]> 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)
commit830fb35d1e14ae63490b2155d8dbae30722120a1
treed2abe95a8900d0d5540567c567ef24dfb5a258e4
parenta30840d9566cb830374a2aae4ff3fce5966043d4
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