Re: [PATCH 03/12] generic/80[0-2]: support xfs in addition to btrfs

2015-10-15 Thread Christoph Hellwig
> +# this test requires the test fs support reflink... > +# > +_require_test_reflink() > +{ > +case $FSTYP in > +xfs) > + xfs_info "${TEST_DIR}" | grep reflink=1 -c -q || _notrun "Reflink not > supported by this filesystem type: $FSTYP" > + ;; > +btrfs) > +true > +

Re: [PATCH 03/12] generic/80[0-2]: support xfs in addition to btrfs

2015-10-15 Thread Darrick J. Wong
On Thu, Oct 15, 2015 at 02:19:44AM -0700, Christoph Hellwig wrote: > > +# this test requires the test fs support reflink... > > +# > > +_require_test_reflink() > > +{ > > +case $FSTYP in > > +xfs) > > + xfs_info "${TEST_DIR}" | grep reflink=1 -c -q || _notrun "Reflink not > > supported

Re: [PATCH 03/12] generic/80[0-2]: support xfs in addition to btrfs

2015-10-08 Thread Ari Sundholm
On Wed, 2015-10-07 at 05:13 +, Darrick J. Wong wrote: > Modify the reflink tests to support xfs. > > Signed-off-by: Darrick J. Wong > --- > common/rc | 37 + > tests/generic/800 |2 +- > tests/generic/801 |2 +- >

[PATCH 03/12] generic/80[0-2]: support xfs in addition to btrfs

2015-10-06 Thread Darrick J. Wong
Modify the reflink tests to support xfs. Signed-off-by: Darrick J. Wong --- common/rc | 37 + tests/generic/800 |2 +- tests/generic/801 |2 +- tests/generic/802 |2 +- 4 files changed, 40 insertions(+), 3