@@ -13,8 +13,7 @@
# - CoW all the rest of the blocks of the copies
# - Compare fs block usage to (2), (1), and (0)
#
-# The main difference from 834 is that we use zero range, directio, and
-# mmap to mix things up a bit.
+# The main difference from No. 154 is that we use zero range to execute CoW.
#
. ./common/preamble
_begin_fstest auto quick clone zero
@@ -4,7 +4,7 @@
#
# FSQA Test No. 269
#
-# Run fsstress and ENSPC hitters in parallel, check fs consistency an the end
+# Run fsstress and ENOSPC hitters in parallel, check fs consistency at the end
#
. ./common/preamble
_begin_fstest auto rw prealloc ioctl enospc stress
@@ -4,8 +4,8 @@
#
# FSQA Test No. 270
#
-# Run fsstress and ENSPC hitters in parallel, check quota and
-# fs consistency an the end
+# Run fsstress and ENOSPC hitters in parallel, check quota and
+# fs consistency at the end
#
. ./common/preamble
_begin_fstest auto quota rw prealloc ioctl enospc stress
== The word "ENSPC" is a typo too. So update this patch. == 1. update description according to the current testcase 2. "ENSPC" -> "ENOSPC" ,"an the end -> at the end" Signed-off-by: Shiyang Ruan <ruansy.fnst@fujitsu.com> --- tests/generic/155 | 3 +-- tests/generic/269 | 2 +- tests/generic/270 | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-)