commit | 2a12e147da38807f8aab03c92de99a70ab983a96 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Sun Jul 12 20:10:12 2020 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Aug 06 01:17:25 2020 -0400 |
tree | 5e3b191f4b31ca4b97dc8107453b28380abf0d2f | |
parent | 11215630aada28307ba555a43138db6ac54fa825 [diff] |
ext4: don't hardcode bit values in EXT4_FL_USER_* Define the EXT4_FL_USER_* constants by OR-ing together the appropriate flags, rather than hard-coding a numeric value. This makes it much easier to see which flags are listed. No change in the actual values. Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20200713031012.192440-1-ebiggers@kernel.org Signed-off-by: Theodore Ts'o <tytso@mit.edu>