]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
xfs/032: fix test failure on kernels which don't support bs > ps
authorTheodore Ts'o <tytso@mit.edu>
Mon, 20 Jan 2025 17:01:09 +0000 (12:01 -0500)
committerZorro Lang <zlang@kernel.org>
Sat, 1 Feb 2025 06:04:02 +0000 (14:04 +0800)
commit6bf32d1a46d4f01d5e45032369a44693d7793fa4
tree20728bdae95687a1c622db8f1545de503121b633
parentfa47c4d8affa411cad1909bb8ed5120195b3ef2e
xfs/032: fix test failure on kernels which don't support bs > ps

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@mit.edu>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/032