From: Yang Xu Date: Wed, 10 Jul 2019 11:35:22 +0000 (+0800) Subject: generic/553[4]: correct kernel fix commit X-Git-Tag: v2022.05.01~1101 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f036a4da857c850a83810cac892f6df387dfb582;p=xfstests-dev.git generic/553[4]: correct kernel fix commit commit 96e6e8f4a68d ("vfs: add missing checks to copy_file_range") adds checks for immutablefile and swapfile instead of commit a31713517d ("vfs: introduce generic_file_rw_checks()"). Signed-off-by: Yang Xu Reviewed-by: Amir Goldstein Signed-off-by: Eryu Guan --- diff --git a/tests/generic/553 b/tests/generic/553 index aefb0819..a836e602 100755 --- a/tests/generic/553 +++ b/tests/generic/553 @@ -7,7 +7,7 @@ # Check that we cannot copy_file_range() to an immutable file # # This is a regression test for kernel commit: -# a31713517dac ("vfs: introduce generic_file_rw_checks()") +# 96e6e8f4a68d ("vfs: add missing checks to copy_file_range") # seq=`basename $0` seqres=$RESULT_DIR/$seq diff --git a/tests/generic/554 b/tests/generic/554 index fa19d580..eaf1f45a 100755 --- a/tests/generic/554 +++ b/tests/generic/554 @@ -7,7 +7,7 @@ # Check that we cannot copy_file_range() to a swapfile # # This is a regression test for kernel commit: -# a31713517dac ("vfs: introduce generic_file_rw_checks()") +# 96e6e8f4a68d ("vfs: add missing checks to copy_file_range") # seq=`basename $0` seqres=$RESULT_DIR/$seq