From 364cc95468f737725b90a91bf11b8e0452aa0122 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Thu, 20 Apr 2023 09:01:01 -0500 Subject: [PATCH] xfsprogs: nrext64 option should be in [inode] section of mkfs conf files nrext64 is an inode (-i) section option, not a metadata (-m) section option. Reported-by: Marcos Mello Fixes: 69e7272213 ("mkfs: Add option to create filesystem with large extent counters") Signed-off-by: Eric Sandeen Reviewed-by: Chandan Babu R Signed-off-by: Carlos Maiolino --- mkfs/lts_4.19.conf | 2 +- mkfs/lts_5.10.conf | 2 +- mkfs/lts_5.15.conf | 2 +- mkfs/lts_5.4.conf | 2 +- mkfs/lts_6.1.conf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mkfs/lts_4.19.conf b/mkfs/lts_4.19.conf index 751be45e5..8b2bdd7a3 100644 --- a/mkfs/lts_4.19.conf +++ b/mkfs/lts_4.19.conf @@ -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 diff --git a/mkfs/lts_5.10.conf b/mkfs/lts_5.10.conf index a1c991cec..40189310a 100644 --- a/mkfs/lts_5.10.conf +++ b/mkfs/lts_5.10.conf @@ -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 diff --git a/mkfs/lts_5.15.conf b/mkfs/lts_5.15.conf index d751f4c46..aeecc0355 100644 --- a/mkfs/lts_5.15.conf +++ b/mkfs/lts_5.15.conf @@ -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 diff --git a/mkfs/lts_5.4.conf b/mkfs/lts_5.4.conf index 7e8a0ff07..0a40718b8 100644 --- a/mkfs/lts_5.4.conf +++ b/mkfs/lts_5.4.conf @@ -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 diff --git a/mkfs/lts_6.1.conf b/mkfs/lts_6.1.conf index 08bbe9f3c..452abdf82 100644 --- a/mkfs/lts_6.1.conf +++ b/mkfs/lts_6.1.conf @@ -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 -- 2.39.5