aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Goldstein <amir73il@gmail.com>2018-03-25 11:02:55 +0300
committerEryu Guan <guaneryu@gmail.com>2018-03-25 20:21:57 +0800
commit10a56715e9b2452cc2b14b59dde8d94f5cbc294d (patch)
tree143fad8dad4f30b9ceb7809d00e3efe406fc0dc2
parent545e7ca67bea43fc206b135cbc60637c52a2e3f3 (diff)
downloadxfstests-10a56715e9b2452cc2b14b59dde8d94f5cbc294d.tar.gz
overlay/05[45]: Document the fix commit
This fix was merged for v4.16-rc5. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
-rwxr-xr-xtests/overlay/0543
-rwxr-xr-xtests/overlay/0553
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/overlay/054 b/tests/overlay/054
index f7ade96bcf..a1011e42db 100755
--- a/tests/overlay/054
+++ b/tests/overlay/054
@@ -22,6 +22,9 @@
# dir rename support (redirect_dir).
# NFS export support depends on and requires overlayfs index feature.
#
+# Regression test for kernel commit 2ca3c148a062 ("ovl: check lower ancestry
+# on encode of lower dir file handle")
+#
#-----------------------------------------------------------------------
# Copyright (C) 2018 CTERA Networks. All Rights Reserved.
# Author: Amir Goldstein <amir73il@gmail.com>
diff --git a/tests/overlay/055 b/tests/overlay/055
index 02da6ef10d..0bb903903b 100755
--- a/tests/overlay/055
+++ b/tests/overlay/055
@@ -20,6 +20,9 @@
# dir rename support (redirect_dir).
# NFS export support depends on and requires overlayfs index feature.
#
+# Regression test for kernel commit 2ca3c148a062 ("ovl: check lower ancestry
+# on encode of lower dir file handle")
+#
#-----------------------------------------------------------------------
# Copyright (C) 2018 CTERA Networks. All Rights Reserved.
# Author: Amir Goldstein <amir73il@gmail.com>