From bc26f13f6dfe10426f022c9bb5663374fc74f113 Mon Sep 17 00:00:00 2001 From: Amir Goldstein Date: Sun, 12 Sep 2021 12:34:18 +0300 Subject: [PATCH] overlay: fix documented kernel commit ids Fix documented commit ids for test overlay/078 following rebase of overlayfs-next branch before merge to v5.15-rc1. Document an additional kernel fix commit id for test overlay/077. Signed-off-by: Amir Goldstein Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- tests/overlay/077 | 5 +++-- tests/overlay/078 | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/overlay/077 b/tests/overlay/077 index 49dc8144..d22a1a94 100755 --- a/tests/overlay/077 +++ b/tests/overlay/077 @@ -6,8 +6,9 @@ # # Test invalidate of readdir cache # -# This is a regression test for kernel commit 65cd913ec9d9 -# ("ovl: invalidate readdir cache on changes to dir with origin") +# This is a regression test for kernel commits: +# 65cd913ec9d9 ("ovl: invalidate readdir cache on changes to dir with origin") +# 9011c2791e63 ("ovl: skip stale entries in merge dir cache iteration") # . ./common/preamble _begin_fstest auto quick dir diff --git a/tests/overlay/078 b/tests/overlay/078 index d72faf2c..9e9be03f 100755 --- a/tests/overlay/078 +++ b/tests/overlay/078 @@ -8,8 +8,8 @@ # Test copy up of lower file attributes. # # Overlayfs copies up a subset of lower file attributes since kernel commits: -# 173ff5c9ec37 ("ovl: consistent behavior for immutable/append-only inodes") -# 2e3f6e87c2b0 ("ovl: copy up sync/noatime fileattr flags") +# 096a218a588d ("ovl: consistent behavior for immutable/append-only inodes") +# 72db82115d2b ("ovl: copy up sync/noatime fileattr flags") # # This test is similar and was derived from generic/507, but instead # of creating new files which are created in upper layer, prepare -- 2.39.5