Message ID | 20240418074046.2326450-2-hch@lst.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/5] xfs/045: don't force v4 file systems | expand |
On Thu, Apr 18, 2024 at 09:40:42AM +0200, Christoph Hellwig wrote: > xfs_db can change UUIDs on v5 filesystems now, so we don't need the > -mcrc=0 in this test. > > Signed-off-by: Christoph Hellwig <hch@lst.de> Makes sense, Reviewed-by: Darrick J. Wong <djwong@kernel.org> --D > --- > tests/xfs/045 | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/tests/xfs/045 b/tests/xfs/045 > index d8cc9ac29..a596635ec 100755 > --- a/tests/xfs/045 > +++ b/tests/xfs/045 > @@ -26,10 +26,8 @@ _require_scratch_nocheck > echo "*** get uuid" > uuid=`_get_existing_uuid` > > -# We can only change the UUID on a v4 filesystem. Revist this when/if UUIDs > -# canbe changed on v5 filesystems. > echo "*** mkfs" > -if ! _scratch_mkfs_xfs -m crc=0 >$tmp.out 2>&1 > +if ! _scratch_mkfs_xfs >$tmp.out 2>&1 > then > cat $tmp.out > echo "!!! failed to mkfs on $SCRATCH_DEV" > -- > 2.39.2 > >
diff --git a/tests/xfs/045 b/tests/xfs/045 index d8cc9ac29..a596635ec 100755 --- a/tests/xfs/045 +++ b/tests/xfs/045 @@ -26,10 +26,8 @@ _require_scratch_nocheck echo "*** get uuid" uuid=`_get_existing_uuid` -# We can only change the UUID on a v4 filesystem. Revist this when/if UUIDs -# canbe changed on v5 filesystems. echo "*** mkfs" -if ! _scratch_mkfs_xfs -m crc=0 >$tmp.out 2>&1 +if ! _scratch_mkfs_xfs >$tmp.out 2>&1 then cat $tmp.out echo "!!! failed to mkfs on $SCRATCH_DEV"
xfs_db can change UUIDs on v5 filesystems now, so we don't need the -mcrc=0 in this test. Signed-off-by: Christoph Hellwig <hch@lst.de> --- tests/xfs/045 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)