]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: rename btrfs_mask_flags to reflect which flags it touches
authorDavid Sterba <dsterba@suse.com>
Mon, 26 Mar 2018 16:52:15 +0000 (18:52 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 28 May 2018 16:23:24 +0000 (18:23 +0200)
commit3b06ba33f4d90ba41e28fe2b9cac9fc865cb7ae8
treee86710af3f1231e76d60bbe79fabd8ad4810928b
parent25dd2734c7fc09f1bf29201df4e9a4bd4054fbaf
btrfs: rename btrfs_mask_flags to reflect which flags it touches

The FS_*_FL flags cannot be easily identified by a variable name prefix
but we still need to recognize them so the 'fsflags' should be closer to
the naming scheme but again the 'fs' part sounds like it's a filesystem
flag. I don't have a better idea for now.

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