generic/223, xfs/203: IO is not well aligned
[xfstests-dev.git] / tests / generic / 223
index a67b8d584f00f5978acbae6d58b85a72c2d6d62e..f150dc935fb07053a9679f8c5e146ba19387ae6e 100755 (executable)
@@ -69,7 +69,7 @@ for SUNIT_K in 8 16 32 64 128; do
                        $XFS_IO_PROG -f -c "falloc 0 $SIZE" \
                                $SCRATCH_MNT/file-$FILE-$SIZE-falloc \
                                        >> $seqres.full 2>&1
-                       $XFS_IO_PROG -f -c "pwrite 0 $SIZE" \
+                       $XFS_IO_PROG -f -c "pwrite -b $SIZE 0 $SIZE" \
                                $SCRATCH_MNT/file-$FILE-$SIZE-write \
                                        >> $seqres.full 2>&1
                        src/t_stripealign $SCRATCH_MNT/file-$FILE-$SIZE-falloc \