common/xfs: refactor commands to select a particular xfs backing device
[xfstests-dev.git] / tests / xfs / 147
index da962f96ad9f2a194730e054a4e3e1717c6271fc..5cc363aab11d58410d7b8f18fd50a7582759142b 100755 (executable)
@@ -50,7 +50,7 @@ rextblks=$((rextsize / blksz))
 echo "blksz $blksz rextsize $rextsize rextblks $rextblks" >> $seqres.full
 
 # Make sure the root directory has rtinherit set so our test file will too
-$XFS_IO_PROG -c 'chattr +t' $SCRATCH_MNT
+_xfs_force_bdev realtime $SCRATCH_MNT
 
 sz=$((rextsize * 100))
 range="$((blksz * 3)) $blksz"