commit | 5ba76abfb233661f4d890b7069aacc65aa65e34c | [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:25 2018 +0200 |
tree | ced2be5c79e17852682a196f21903747517a8812 | |
parent | 1905a0f7c7de3cec4a61b9f0053da8cd07b512bf [diff] |
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>