From 7be8db3322a8a98a0b98aeda5fce3fa753126ffc Mon Sep 17 00:00:00 2001 From: Yang Xu Date: Wed, 10 Nov 2021 11:21:13 +0800 Subject: [PATCH] ext4/051: correct kernel commit ext4/051 fails on my test machine, but I can't find commit in e2fsprogs according to commit log that said it is a e2fsprog regression test. Actually, it is a kernel regression test. So remind user it is a kernel regression test and use correct fix kernel commit[1]. [1]https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b2bbb92f Signed-off-by: Yang Xu Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- tests/ext4/051 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ext4/051 b/tests/ext4/051 index b4f56b08..d0e01465 100755 --- a/tests/ext4/051 +++ b/tests/ext4/051 @@ -5,8 +5,8 @@ # FS QA Test No. 051 # # Test that tune2fs doesn't fail after ext4 shutdown -# Regression test for commit: -# e905fbe3fd0f ext4: Fix tune2fs checksum failure for mounted filesystem +# Regression test for kernel commit: +# b2bbb92f7042 ext4: fix e2fsprogs checksum failure for mounted filesystem # . ./common/preamble _begin_fstest auto rw quick -- 2.30.2