diff mbox series

[1/2] generic/458: document the fix commit

Message ID 1511419423-7905-1-git-send-email-amir73il@gmail.com
State Not Applicable, archived
Headers show
Series [1/2] generic/458: document the fix commit | expand

Commit Message

Amir Goldstein Nov. 23, 2017, 6:43 a.m. UTC
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
---
 tests/generic/458 | 3 +++
 1 file changed, 3 insertions(+)

Comments

Darrick Wong Nov. 27, 2017, 4:47 p.m. UTC | #1
On Thu, Nov 23, 2017 at 08:43:42AM +0200, Amir Goldstein wrote:
> Signed-off-by: Amir Goldstein <amir73il@gmail.com>

Looks ok,
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>

> ---
>  tests/generic/458 | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tests/generic/458 b/tests/generic/458
> index 7b408cb..730561f 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>
> -- 
> 2.7.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe fstests" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/tests/generic/458 b/tests/generic/458
index 7b408cb..730561f 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>