]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commitdiff
xfsprogs: nrext64 option should be in [inode] section of mkfs conf files
authorEric Sandeen <sandeen@sandeen.net>
Thu, 20 Apr 2023 14:01:01 +0000 (09:01 -0500)
committerCarlos Maiolino <cem@kernel.org>
Fri, 21 Apr 2023 09:15:45 +0000 (11:15 +0200)
nrext64 is an inode (-i) section option, not a metadata (-m) section option.

Reported-by: Marcos Mello <marcosfrm@gmail.com>
Fixes: 69e7272213 ("mkfs: Add option to create filesystem with large extent counters")
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Chandan Babu R <chandan.babu@oracle.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
mkfs/lts_4.19.conf
mkfs/lts_5.10.conf
mkfs/lts_5.15.conf
mkfs/lts_5.4.conf
mkfs/lts_6.1.conf

index 751be45e519171d09336b2db7313f4d43e219857..8b2bdd7a34710387885f62b8ae0a4547250b8580 100644 (file)
@@ -2,7 +2,6 @@
 # kernel was released at the end of 2018.
 
 [metadata]
-nrext64=0
 bigtime=0
 crc=1
 finobt=1
@@ -12,3 +11,4 @@ rmapbt=0
 
 [inode]
 sparse=1
+nrext64=0
index a1c991cec3c57e6408e4c46fca641305c663839f..40189310af2aa66c634919ad125d7e2a02c3dc38 100644 (file)
@@ -2,7 +2,6 @@
 # kernel was released at the end of 2020.
 
 [metadata]
-nrext64=0
 bigtime=0
 crc=1
 finobt=1
@@ -12,3 +11,4 @@ rmapbt=0
 
 [inode]
 sparse=1
+nrext64=0
index d751f4c4667a8e8420636b24dbc8a40f29879c08..aeecc03556731c23da18820287c7fb44c8fa5b95 100644 (file)
@@ -2,7 +2,6 @@
 # kernel was released at the end of 2021.
 
 [metadata]
-nrext64=0
 bigtime=1
 crc=1
 finobt=1
@@ -12,3 +11,4 @@ rmapbt=0
 
 [inode]
 sparse=1
+nrext64=0
index 7e8a0ff0780324eb4b4a0a48f2f3d6cce5ab689c..0a40718b8f625b2ca0483942c3a79af32b0a1390 100644 (file)
@@ -2,7 +2,6 @@
 # kernel was released at the end of 2019.
 
 [metadata]
-nrext64=0
 bigtime=0
 crc=1
 finobt=1
@@ -12,3 +11,4 @@ rmapbt=0
 
 [inode]
 sparse=1
+nrext64=0
index 08bbe9f3c7e6371353a6d6e2bb3d5f875e837cca..452abdf82e62bdb475e5361a8a7f480c66c7935f 100644 (file)
@@ -2,7 +2,6 @@
 # kernel was released at the end of 2022.
 
 [metadata]
-nrext64=0
 bigtime=1
 crc=1
 finobt=1
@@ -12,3 +11,4 @@ rmapbt=0
 
 [inode]
 sparse=1
+nrext64=0