On Wed, Oct 10, 2018 at 03:01:06PM -0500, Eric Sandeen wrote: > Sparse doesn't like signed single-bit bitfields, and they may as well > just be booleans. > > Fixes sparse warnings about this. Looks good, although we could still do bool bitfields to save a tiny bit of space if we areally cared: Reviewed-by: Christoph Hellwig <hch@xxxxxx>