On Tue, Aug 06, 2024 at 11:19:50AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Add some new subcommands to xfs_io so that users can administer > filesystem properties. s/some //? > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx>Acked-by: Dave Chinner <dchinner@xxxxxxxxxx> Missing newline here. > + if (!(*print_values)) { The inner set of braces here should not be needed. Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>