]> git.ipfire.org Git - people/ms/linux.git/commit - fs/btrfs/ioctl.c
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)
commit1905a0f7c7de3cec4a61b9f0053da8cd07b512bf
treee86710af3f1231e76d60bbe79fabd8ad4810928b
parent7b6a221e5b21fdd4fd0f8a2ebf3f251338a10fea
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