All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfs: fix wrong seq order in group file
@ 2016-07-15  4:59 Eryu Guan
  2016-07-17 23:31 ` Dave Chinner
  0 siblings, 1 reply; 2+ messages in thread
From: Eryu Guan @ 2016-07-15  4:59 UTC (permalink / raw)
  To: fstests; +Cc: Eryu Guan

006 and 007 are in reverse order, and this breaks tools to find the
next available seq number in group file (e.g. tools/nextid).

Signed-off-by: Eryu Guan <eguan@redhat.com>
---
I made this mistake when merging xfs/006, sorry!

 tests/xfs/group | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/xfs/group b/tests/xfs/group
index 9f8ca0f..59d2a85 100644
--- a/tests/xfs/group
+++ b/tests/xfs/group
@@ -3,8 +3,8 @@
 003 db auto quick
 004 db auto quick
 005 auto quick
-007 auto quota quick
 006 auto quick mount
+007 auto quota quick
 008 rw ioctl auto quick
 009 rw ioctl auto prealloc quick
 010 auto quick repair
-- 
2.7.4


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

* Re: [PATCH] xfs: fix wrong seq order in group file
  2016-07-15  4:59 [PATCH] xfs: fix wrong seq order in group file Eryu Guan
@ 2016-07-17 23:31 ` Dave Chinner
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Chinner @ 2016-07-17 23:31 UTC (permalink / raw)
  To: Eryu Guan; +Cc: fstests

On Fri, Jul 15, 2016 at 12:59:21PM +0800, Eryu Guan wrote:
> 006 and 007 are in reverse order, and this breaks tools to find the
> next available seq number in group file (e.g. tools/nextid).
> 
> Signed-off-by: Eryu Guan <eguan@redhat.com>
> ---
> I made this mistake when merging xfs/006, sorry!
> 
>  tests/xfs/group | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/xfs/group b/tests/xfs/group
> index 9f8ca0f..59d2a85 100644
> --- a/tests/xfs/group
> +++ b/tests/xfs/group
> @@ -3,8 +3,8 @@
>  003 db auto quick
>  004 db auto quick
>  005 auto quick
> -007 auto quota quick
>  006 auto quick mount
> +007 auto quota quick
>  008 rw ioctl auto quick

Reviewed-by: Dave Chinner <dchinner@redhat.com>

-Dave
-- 
Dave Chinner
david@fromorbit.com

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

end of thread, other threads:[~2016-07-17 23:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-15  4:59 [PATCH] xfs: fix wrong seq order in group file Eryu Guan
2016-07-17 23:31 ` Dave Chinner

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.