diff mbox series

generic/456: document the other kernel commit

Message ID 1587370697-13249-1-git-send-email-xuyang2018.jy@cn.fujitsu.com (mailing list archive)
State New, archived
Headers show
Series generic/456: document the other kernel commit | expand

Commit Message

Yang Xu April 20, 2020, 8:18 a.m. UTC
Signed-off-by: Yang Xu <xuyang2018.jy@cn.fujitsu.com>
---
 tests/generic/456 | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Theodore Ts'o April 20, 2020, 1:59 p.m. UTC | #1
On Mon, Apr 20, 2020 at 04:18:17PM +0800, Yang Xu wrote:
> Signed-off-by: Yang Xu <xuyang2018.jy@cn.fujitsu.com>

Thanks for adding the documentation for the needed commit.

Reviewed-by: Theodore Ts'o <tytso@mit.edu>


> ---
>  tests/generic/456 | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/tests/generic/456 b/tests/generic/456
> index 434a0ffa..b588fc07 100755
> --- a/tests/generic/456
> +++ b/tests/generic/456
> @@ -10,6 +10,10 @@
>  # Fixed by commit 51e3ae81ec58 ("ext4: fix interaction between i_size,
>  # fallocate, and delalloc after a crash")
>  #
> +# This is also a regression test for ext4 bug that zero range can beyond
> +# i_disksize and fixed by commit 801674f34ecf ("ext4: do not zeroout extents
> +# beyond i_disksize").
> +#
>  seq=`basename $0`
>  seqres=$RESULT_DIR/$seq
>  echo "QA output created by $seq"
diff mbox series

Patch

diff --git a/tests/generic/456 b/tests/generic/456
index 434a0ffa..b588fc07 100755
--- a/tests/generic/456
+++ b/tests/generic/456
@@ -10,6 +10,10 @@ 
 # Fixed by commit 51e3ae81ec58 ("ext4: fix interaction between i_size,
 # fallocate, and delalloc after a crash")
 #
+# This is also a regression test for ext4 bug that zero range can beyond
+# i_disksize and fixed by commit 801674f34ecf ("ext4: do not zeroout extents
+# beyond i_disksize").
+#
 seq=`basename $0`
 seqres=$RESULT_DIR/$seq
 echo "QA output created by $seq"