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 |
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 --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>
Signed-off-by: Amir Goldstein <amir73il@gmail.com> --- tests/generic/458 | 3 +++ 1 file changed, 3 insertions(+)