On Mon, Jun 10, 2019 at 10:45:45PM +0300, Amir Goldstein wrote: > The test only checks copy to immutable file > > Signed-off-by: Amir Goldstein <amir73il@xxxxxxxxx> Looks ok, Reviewed-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --D > --- > tests/generic/553 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/generic/553 b/tests/generic/553 > index efe25d84..117c0ad5 100755 > --- a/tests/generic/553 > +++ b/tests/generic/553 > @@ -4,7 +4,7 @@ > # > # FS QA Test No. 553 > # > -# Check that we cannot copy_file_range() to/from an immutable file > +# Check that we cannot copy_file_range() to an immutable file > # > seq=`basename $0` > seqres=$RESULT_DIR/$seq > -- > 2.17.1 >