mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: correct comment in generic/135
xfs_io '-d' specifies direct IO, not sync IO. Signed-off-by: Wang Sheng-Hui <shhuiw@foxmail.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
1c22274b8c
commit
a397d1aabe
+1
-1
@@ -63,7 +63,7 @@ $XFS_IO_PROG -f -c 'pwrite -b 4k -S 0x12 0 4k' async_file > /dev/null
|
|||||||
# create file with sync I/O
|
# create file with sync I/O
|
||||||
$XFS_IO_PROG -f -s -c 'pwrite -b 4k -S 0x34 0 4k' sync_file > /dev/null
|
$XFS_IO_PROG -f -s -c 'pwrite -b 4k -S 0x34 0 4k' sync_file > /dev/null
|
||||||
|
|
||||||
# create file with sync I/O
|
# create file with direct I/O
|
||||||
$XFS_IO_PROG -f -d -c 'pwrite -b 4k -S 0x56 0 4k' direct_file > /dev/null
|
$XFS_IO_PROG -f -d -c 'pwrite -b 4k -S 0x56 0 4k' direct_file > /dev/null
|
||||||
|
|
||||||
# create file, truncate and then dirty again
|
# create file, truncate and then dirty again
|
||||||
|
|||||||
Reference in New Issue
Block a user