mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs: fix wrong seq order in group file
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). Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user