@@ -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
@@ -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
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 <amir73il@gmail.com> --- Eryu, I've documented commit id's too early again... Thanks, Amir. tests/overlay/077 | 5 +++-- tests/overlay/078 | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-)