All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfstests: btrfs/009 never shrinked or removed $seqres.full
@ 2013-08-16 17:44 ` Stefan Behrens
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Behrens @ 2013-08-16 17:44 UTC (permalink / raw)
  To: xfs; +Cc: linux-btrfs

Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
---
 tests/btrfs/009 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/btrfs/009 b/tests/btrfs/009
index d46744c..08aa508 100755
--- a/tests/btrfs/009
+++ b/tests/btrfs/009
@@ -47,6 +47,8 @@ _supported_fs btrfs
 _supported_os Linux
 _require_scratch
 
+rm -f $seqres.full
+
 _scratch_mkfs > /dev/null 2>&1
 _scratch_mount
 
-- 
1.8.3.4


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

* [PATCH] xfstests: btrfs/009 never shrinked or removed $seqres.full
@ 2013-08-16 17:44 ` Stefan Behrens
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Behrens @ 2013-08-16 17:44 UTC (permalink / raw)
  To: xfs; +Cc: linux-btrfs

Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
---
 tests/btrfs/009 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/btrfs/009 b/tests/btrfs/009
index d46744c..08aa508 100755
--- a/tests/btrfs/009
+++ b/tests/btrfs/009
@@ -47,6 +47,8 @@ _supported_fs btrfs
 _supported_os Linux
 _require_scratch
 
+rm -f $seqres.full
+
 _scratch_mkfs > /dev/null 2>&1
 _scratch_mount
 
-- 
1.8.3.4

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: [PATCH] xfstests: btrfs/009 never shrinked or removed $seqres.full
  2013-08-16 17:44 ` Stefan Behrens
@ 2013-08-16 17:55   ` Eric Sandeen
  -1 siblings, 0 replies; 6+ messages in thread
From: Eric Sandeen @ 2013-08-16 17:55 UTC (permalink / raw)
  To: Stefan Behrens; +Cc: xfs, linux-btrfs

On 8/16/13 12:44 PM, Stefan Behrens wrote:
> Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>

Reviewed-by: Eric Sandeen <sandeen@redhat.com>

> ---
>  tests/btrfs/009 | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tests/btrfs/009 b/tests/btrfs/009
> index d46744c..08aa508 100755
> --- a/tests/btrfs/009
> +++ b/tests/btrfs/009
> @@ -47,6 +47,8 @@ _supported_fs btrfs
>  _supported_os Linux
>  _require_scratch
>  
> +rm -f $seqres.full
> +
>  _scratch_mkfs > /dev/null 2>&1
>  _scratch_mount
>  
> 


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

* Re: [PATCH] xfstests: btrfs/009 never shrinked or removed $seqres.full
@ 2013-08-16 17:55   ` Eric Sandeen
  0 siblings, 0 replies; 6+ messages in thread
From: Eric Sandeen @ 2013-08-16 17:55 UTC (permalink / raw)
  To: Stefan Behrens; +Cc: linux-btrfs, xfs

On 8/16/13 12:44 PM, Stefan Behrens wrote:
> Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>

Reviewed-by: Eric Sandeen <sandeen@redhat.com>

> ---
>  tests/btrfs/009 | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tests/btrfs/009 b/tests/btrfs/009
> index d46744c..08aa508 100755
> --- a/tests/btrfs/009
> +++ b/tests/btrfs/009
> @@ -47,6 +47,8 @@ _supported_fs btrfs
>  _supported_os Linux
>  _require_scratch
>  
> +rm -f $seqres.full
> +
>  _scratch_mkfs > /dev/null 2>&1
>  _scratch_mount
>  
> 

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: [PATCH] xfstests: btrfs/009 never shrinked or removed $seqres.full
  2013-08-16 17:44 ` Stefan Behrens
@ 2013-08-19 20:43   ` Rich Johnston
  -1 siblings, 0 replies; 6+ messages in thread
From: Rich Johnston @ 2013-08-19 20:43 UTC (permalink / raw)
  To: Stefan Behrens; +Cc: xfs, linux-btrfs

Thanks for the patch Stefan, it has been committed.

--Rich

commit 6bd8df93fa6b7d9ce402f9c665e5971106df7843
Author: Stefan Behrens <sbehrens@giantdisaster.de>
Date:   Fri Aug 16 17:44:54 2013 +0000

     xfstests: btrfs/009 never shrinked or removed $seqres.full

     Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
     Reviewed-by: Eric Sandeen <sandeen@redhat.com>
     Signed-off-by: Rich Johnston <rjohnston@sgi.com>

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

* Re: [PATCH] xfstests: btrfs/009 never shrinked or removed $seqres.full
@ 2013-08-19 20:43   ` Rich Johnston
  0 siblings, 0 replies; 6+ messages in thread
From: Rich Johnston @ 2013-08-19 20:43 UTC (permalink / raw)
  To: Stefan Behrens; +Cc: linux-btrfs, xfs

Thanks for the patch Stefan, it has been committed.

--Rich

commit 6bd8df93fa6b7d9ce402f9c665e5971106df7843
Author: Stefan Behrens <sbehrens@giantdisaster.de>
Date:   Fri Aug 16 17:44:54 2013 +0000

     xfstests: btrfs/009 never shrinked or removed $seqres.full

     Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
     Reviewed-by: Eric Sandeen <sandeen@redhat.com>
     Signed-off-by: Rich Johnston <rjohnston@sgi.com>

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2013-08-19 20:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-16 17:44 [PATCH] xfstests: btrfs/009 never shrinked or removed $seqres.full Stefan Behrens
2013-08-16 17:44 ` Stefan Behrens
2013-08-16 17:55 ` Eric Sandeen
2013-08-16 17:55   ` Eric Sandeen
2013-08-19 20:43 ` Rich Johnston
2013-08-19 20:43   ` Rich Johnston

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.