On Tue, Jan 21, 2025 at 10:35:36AM +0800, Zorro Lang wrote: > On Mon, Jan 20, 2025 at 12:01:09PM -0500, Theodore Ts'o wrote: > > When trying to mount a file system with a block size > page size on > > kernel which doesn't support this, suppress the error messages from > > showing up in the output file lest it cause test failures. > > > > Fixes: 0b66f6efd669 ("xfs/032: try running on blocksize > pagesize filesystems") > > Signed-off-by: Theodore Ts'o <tytso@xxxxxxx> > > --- > > v2: > > As Darrick suggested redirect the output of mount(8) to $seqres.full > > instead of /dev/null > > Thanks for fixing it. > > Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> I just noticed just now that I screwed up the subject line / commit description. xfs/32: ... should be: xfs/032: ... Sorry for not noticing this earlier! - Ted