On Tue, Feb 04, 2025 at 02:46:55PM +0100, Christoph Hellwig wrote: > This test only creates file system images as regular files, but never > actually uses the kernel loop driver. Remove the extra requirement. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Oh, heh, yeah, loopdev not necessary! Reviewed-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> --D > --- > tests/xfs/614 | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tests/xfs/614 b/tests/xfs/614 > index 06cc2384f38c..f2ea99edb342 100755 > --- a/tests/xfs/614 > +++ b/tests/xfs/614 > @@ -22,7 +22,6 @@ _cleanup() > > > _require_test > -_require_loop > $MKFS_XFS_PROG 2>&1 | grep -q concurrency || \ > _notrun "mkfs does not support concurrency options" > > -- > 2.45.2 > >