On Sat, Oct 30, 2021 at 04:34:32PM +0800, Shiyang Ruan wrote: > 1. update description according to the current testcase > 2. "ENSPC" -> "ENOSPC" ,"an the end -> at the end" > > Signed-off-by: Shiyang Ruan <ruansy.fnst@xxxxxxxxxxx> Yay, thanks for sending in these cleanups! :) Reviewed-by: Darrick J. Wong <djwong@xxxxxxxxxx> --D > --- > tests/generic/155 | 3 +-- > tests/generic/269 | 2 +- > tests/generic/270 | 4 ++-- > 3 files changed, 4 insertions(+), 5 deletions(-) > > diff --git a/tests/generic/155 b/tests/generic/155 > index 2fe7894a..1ee04c67 100755 > --- a/tests/generic/155 > +++ b/tests/generic/155 > @@ -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 generic/154 is that we use zero range to execute CoW. > # > . ./common/preamble > _begin_fstest auto quick clone zero > diff --git a/tests/generic/269 b/tests/generic/269 > index d78b7463..838e696d 100755 > --- a/tests/generic/269 > +++ b/tests/generic/269 > @@ -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 > diff --git a/tests/generic/270 b/tests/generic/270 > index 1fb5795a..8a6a2822 100755 > --- a/tests/generic/270 > +++ b/tests/generic/270 > @@ -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 > -- > 2.33.0 > > >