On Sun, Jul 12, 2020 at 08:10:12PM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > 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@xxxxxxxxxx> Thanks, applied. - Ted