From f4a1c15b58de009e93ac2dcd7122eaed8b4212bc Mon Sep 17 00:00:00 2001 From: Xiao Yang Date: Wed, 29 Jul 2020 13:17:01 +0800 Subject: [PATCH] generic/452: Fix the wrong commit id The mentioned commit 42d4a99b09cb doesn't exist so use the correct one. Signed-off-by: Xiao Yang Reviewed-by: Ira Weiny Signed-off-by: Eryu Guan --- tests/generic/452 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/452 b/tests/generic/452 index 1e38b612..f6d6a0d7 100755 --- a/tests/generic/452 +++ b/tests/generic/452 @@ -5,7 +5,7 @@ # FS QA Test 452 # # This is a regression test for kernel patch: -# commit 42d4a99b09cb ("ext4: fix fault handling when mounted with -o dax,ro") +# commit fd96b8da68d3 ("ext4: fix fault handling when mounted with -o dax,ro") # created by Ross Zwisler # seq=`basename $0`