On Wed, Sep 28, 2016 at 07:28:34PM -0700, Darrick J. Wong wrote: > In xfs/130, we try to mount a filesystem with the expectation that it > will fail. Therefore, it is inappropriate to try to write to the > mountpoint, since it could otherwise be writable. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> fixes the failure I've been seeing. Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> > --- > tests/xfs/130 | 9 +++------ > tests/xfs/130.out | 1 - > 2 files changed, 3 insertions(+), 7 deletions(-) > > > diff --git a/tests/xfs/130 b/tests/xfs/130 > index 554d078..48f6a84 100755 > --- a/tests/xfs/130 > +++ b/tests/xfs/130 > @@ -79,12 +79,9 @@ seq 0 $((agcount - 1)) | while read ag; do > done > > echo "+ mount image" > -_scratch_mount > - > -echo "+ reflink more" > -_cp_reflink "${SCRATCH_MNT}/file1" "${SCRATCH_MNT}/file4" 2> /dev/null && \ > - _fail "should not be able to reflink with busted refcount btree" > -umount "${SCRATCH_MNT}" > +_scratch_mount >> $seqres.full 2>&1 && \ > + echo "Should not be able to mount with broken refcountbt." > +_scratch_unmount >> $seqres.full 2>&1 > > echo "+ repair fs" > _disable_dmesg_check > diff --git a/tests/xfs/130.out b/tests/xfs/130.out > index 58d153b..a0eab98 100644 > --- a/tests/xfs/130.out > +++ b/tests/xfs/130.out > @@ -5,7 +5,6 @@ QA output created by 130 > + check fs > + corrupt image > + mount image > -+ reflink more > + repair fs > + mount image (2) > + chattr -R -i > > -- Dave Chinner david@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html