From: Darrick J. Wong Date: Tue, 29 Jul 2025 20:09:48 +0000 (-0700) Subject: xfs/838: actually force usage of the realtime device X-Git-Tag: v2025.08.04^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3d57f543ae0c149eb460574dcfb8d688aeadbfff;p=xfstests-dev.git xfs/838: actually force usage of the realtime device Actually force the filesystem to create testfile as a realtime file so that the test does anything useful. Cc: fstests@vger.kernel.org # v2025.07.13 Fixes: 7ca990e22e0d61 ("xfs: more multi-block atomic writes tests") Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Zorro Lang --- diff --git a/tests/xfs/838 b/tests/xfs/838 index 73e91530..84e6a750 100755 --- a/tests/xfs/838 +++ b/tests/xfs/838 @@ -23,6 +23,7 @@ $XFS_IO_PROG -c "statx -r -m $STATX_WRITE_ATOMIC" $SCRATCH_RTDEV >> $seqres.full _scratch_mkfs >> $seqres.full _scratch_mount +_xfs_force_bdev realtime $SCRATCH_MNT testfile=$SCRATCH_MNT/testfile touch $testfile