Josef Bacik
2013-Jun-26 15:52 UTC
[PATCH] xfstests: fix btrfs/264 to not use the scratch dev pool
This test doesn''t need the scratch dev pool and it also doesn''t call _require_scratch_dev_pool, so just kick out the scratch dev pool part of the test. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> --- tests/btrfs/264 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/btrfs/264 b/tests/btrfs/264 index b08667a..8eef43b 100755 --- a/tests/btrfs/264 +++ b/tests/btrfs/264 @@ -46,7 +46,7 @@ _supported_fs btrfs _supported_os Linux _require_scratch -_scratch_mkfs $SCRATCH_DEV_POOL > /dev/null 2>&1 || _fail "mkfs failed" +_scratch_mkfs > /dev/null 2>&1 || _fail "mkfs failed" _scratch_mount # Create and save sha256sum -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Anand Jain
2013-Jun-27 03:23 UTC
Re: [PATCH] xfstests: fix btrfs/264 to not use the scratch dev pool
Reviewed-by: Anand Jain <anand.jain@oracle.com> On 06/26/2013 11:52 PM, Josef Bacik wrote:> This test doesn''t need the scratch dev pool and it also doesn''t call > _require_scratch_dev_pool, so just kick out the scratch dev pool part of the > test. Thanks, > > Signed-off-by: Josef Bacik <jbacik@fusionio.com> > --- > tests/btrfs/264 | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/tests/btrfs/264 b/tests/btrfs/264 > index b08667a..8eef43b 100755 > --- a/tests/btrfs/264 > +++ b/tests/btrfs/264 > @@ -46,7 +46,7 @@ _supported_fs btrfs > _supported_os Linux > _require_scratch > > -_scratch_mkfs $SCRATCH_DEV_POOL > /dev/null 2>&1 || _fail "mkfs failed" > +_scratch_mkfs > /dev/null 2>&1 || _fail "mkfs failed" > _scratch_mount > > # Create and save sha256sum >_______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs