commit | 1905a0f7c7de3cec4a61b9f0053da8cd07b512bf | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Mon Mar 26 18:52:15 2018 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon May 28 18:23:24 2018 +0200 |
tree | e86710af3f1231e76d60bbe79fabd8ad4810928b | |
parent | 7b6a221e5b21fdd4fd0f8a2ebf3f251338a10fea [diff] |
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>