commit | 56316a0d28f251dae6a3bc2b6d50e7c25389871f | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sat Oct 17 16:18:45 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Oct 17 16:18:45 2015 -0400 |
tree | 3efd106c76cee48c0831930f75cf2b6c160368f6 | |
parent | e2b911c53584a92266943f3b7f2cdbc19c1a4e80 [diff] |
jbd2: 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> Signed-off-by: Theodore Ts'o <tytso@mit.edu>