aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Goldstein <amir73il@gmail.com>2017-11-23 08:43:42 +0200
committerEryu Guan <eguan@redhat.com>2017-11-26 15:38:55 +0800
commit283a05c97cf191479339078df13cc2744e8ddfca (patch)
treefa3661f4eb00b4929264bca5626739cef9d127fb
parent1f872c0ff21566e0fbb77cf01ac193eb37c3168a (diff)
downloadxfstests-283a05c97cf191479339078df13cc2744e8ddfca.tar.gz
generic/458: document the fix commit
Signed-off-by: Amir Goldstein <amir73il@gmail.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
-rwxr-xr-xtests/generic/4583
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/generic/458 b/tests/generic/458
index 7b408cb09d..730561fef7 100755
--- a/tests/generic/458
+++ b/tests/generic/458
@@ -4,6 +4,9 @@
# Regression test for xfs leftover CoW extents after truncate
# and umount
#
+# Fixed by commit 3af423b03435 ("xfs: evict CoW fork extents when performing
+# finsert/fcollapse")
+#
#-----------------------------------------------------------------------
# Copyright (C) 2017 CTERA Networks. All Rights Reserved.
# Author: Amir Goldstein <amir73il@gmail.com>