summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ioctl.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-07-12 20:10:12 -0700
committerTheodore Ts'o <tytso@mit.edu>2020-08-06 01:17:25 -0400
commit2a12e147da38807f8aab03c92de99a70ab983a96 (patch)
tree5e3b191f4b31ca4b97dc8107453b28380abf0d2f /fs/ext4/ioctl.c
parent11215630aada28307ba555a43138db6ac54fa825 (diff)
downloadlinux-2a12e147da38807f8aab03c92de99a70ab983a96.tar.bz2
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>
Diffstat (limited to 'fs/ext4/ioctl.c')
0 files changed, 0 insertions, 0 deletions