On Wed, Jun 29, 2022 at 08:45:38AM -0400, Theodore Ts'o wrote: > This test creates a 1k block file system with the quota feature > enabled. As such, it is incompatible with DAX. > > Signed-off-by: Theodore Ts'o <tytso@xxxxxxx> > --- Good to me, Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> > tests/ext4/055 | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/ext4/055 b/tests/ext4/055 > index 8f466f1b..aa15cfe9 100755 > --- a/tests/ext4/055 > +++ b/tests/ext4/055 > @@ -26,6 +26,7 @@ _require_command "$DEBUGFS_PROG" debugfs > echo "Silence is golden" > > # The 1K blocksize is designed for debugfs. > +_exclude_scratch_mount_option dax > _scratch_mkfs "-F -O quota -b 1024" > $seqres.full 2>&1 > > # Start from 0, fill block 1 with 6,replace the original 2. > -- > 2.31.0 >