From: Wang Sheng-Hui Date: Tue, 26 May 2015 02:51:57 +0000 (+1000) Subject: xfstests: correct comment in generic/135 X-Git-Tag: v2022.05.01~2866 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a397d1aabe8b682f3e19257437c1d0a737019c8a;p=xfstests-dev.git 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 --- 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