btrfs: rename check_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:25 +0000 (18:23 +0200)
commit5ba76abfb233661f4d890b7069aacc65aa65e34c
treeced2be5c79e17852682a196f21903747517a8812
parent1905a0f7c7de3cec4a61b9f0053da8cd07b512bf
btrfs: rename check_flags to reflect which flags it touches

The FS_*_FL flags cannot be easily identified by a 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