linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xfstests: fix btrfs/264 to not use the scratch dev pool
@ 2013-06-26 15:52 Josef Bacik
  2013-06-27  3:23 ` Anand Jain
  0 siblings, 1 reply; 2+ messages in thread
From: Josef Bacik @ 2013-06-26 15:52 UTC (permalink / raw)
  To: xfs, linux-btrfs

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] xfstests: fix btrfs/264 to not use the scratch dev pool
  2013-06-26 15:52 [PATCH] xfstests: fix btrfs/264 to not use the scratch dev pool Josef Bacik
@ 2013-06-27  3:23 ` Anand Jain
  0 siblings, 0 replies; 2+ messages in thread
From: Anand Jain @ 2013-06-27  3:23 UTC (permalink / raw)
  To: Josef Bacik; +Cc: xfs, linux-btrfs




  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
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-27  3:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-26 15:52 [PATCH] xfstests: fix btrfs/264 to not use the scratch dev pool Josef Bacik
2013-06-27  3:23 ` Anand Jain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).