commit | e2b911c53584a92266943f3b7f2cdbc19c1a4e80 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sat Oct 17 16:18:43 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Oct 17 16:18:43 2015 -0400 |
tree | 2f1fd1771ef5e3a24b05c1fad3dc9026b3ecd73d | |
parent | 6a797d2737838906f2ea0a31686e87c3151e21ca [diff] |
ext4: clean up feature test macros with predicate functions Create separate predicate functions to test/set/clear feature flags, thereby replacing the wordy old macros. Furthermore, clean out the places where we open-coded feature tests. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>