diff mbox series

[2/2] xfs/614: remove the _require_loop call

Message ID 20250204134707.2018526-2-hch@lst.de (mailing list archive)
State New
Headers show
Series [1/2] xfs/614: query correct direct I/O alignment | expand

Commit Message

Christoph Hellwig Feb. 4, 2025, 1:46 p.m. UTC
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@lst.de>
---
 tests/xfs/614 | 1 -
 1 file changed, 1 deletion(-)

Comments

Darrick J. Wong Feb. 4, 2025, 5:07 p.m. UTC | #1
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@lst.de>

Oh, heh, yeah, loopdev not necessary!
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>

--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
> 
>
diff mbox series

Patch

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"