From 3d57f543ae0c149eb460574dcfb8d688aeadbfff Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 29 Jul 2025 13:09:48 -0700 Subject: [PATCH] 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 --- tests/xfs/838 | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5