From a397d1aabe8b682f3e19257437c1d0a737019c8a Mon Sep 17 00:00:00 2001 From: Wang Sheng-Hui Date: Tue, 26 May 2015 12:51:57 +1000 Subject: [PATCH] xfstests: correct comment in generic/135 xfs_io '-d' specifies direct IO, not sync IO. Signed-off-by: Wang Sheng-Hui Reviewed-by: Eric Sandeen Signed-off-by: Dave Chinner --- tests/generic/135 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/135 b/tests/generic/135 index 79558f5e..24448032 100755 --- a/tests/generic/135 +++ b/tests/generic/135 @@ -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 $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 # create file, truncate and then dirty again -- 2.39.5