Message ID | 1468558761-22665-1-git-send-email-eguan@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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
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(-)