On Tue, Jul 29, 2025 at 01:09:32PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > This test now works correctly for any atomic writes geometry since we > control all the parameters. Remove this restriction so that we can get > minimal testing on ext4 and fuse2fs. > > Signed-off-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> > --- Makes sense to me, Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> > tests/generic/767 | 1 - > 1 file changed, 1 deletion(-) > > > diff --git a/tests/generic/767 b/tests/generic/767 > index 161fef03825db4..558aab1e6acf34 100755 > --- a/tests/generic/767 > +++ b/tests/generic/767 > @@ -36,7 +36,6 @@ export SCRATCH_DEV=$dev > unset USE_EXTERNAL > > _require_scratch_write_atomic > -_require_scratch_write_atomic_multi_fsblock > > # Check that xfs_io supports the commands needed to run this test > # Note: _require_xfs_io_command is not used here because we want to >