Re: [PATCH 3/3] xfstests: add btrfs online defragments QA test
From: Christoph Hellwig <hch@infradead.org>
Date: 2012-02-06 12:12:01
Also in:
linux-xfs
From: Christoph Hellwig <hch@infradead.org>
Date: 2012-02-06 12:12:01
Also in:
linux-xfs
On Mon, Feb 06, 2012 at 04:27:49PM +0800, Liu Bo wrote:
+_runtest()
+{
+ $progs_dir/runtest.sh $defrag_args $SCRATCH_MNT $SCRATCH_DEVplease put the actual tests into test cases themselves instead of calling out into shell scripts under src. If you have common code shared between multiple tests please put them into common.defrag.
+ +# get standard environment, filters and checks +. ./common.rc +. ./common.filter +. ./common.defrag + +# real QA test starts here +_supported_fs xfs btrfs
does it really support xfs?