[PATCH] erofs-utils: mkfs: don't warn dedupe and fragments features anymore
Gao Xiang
hsiangkao at linux.alibaba.com
Tue Sep 5 14:38:40 AEST 2023
Keep in sync with kernel commit 5ec693ca70dd ("erofs: don't warn
dedupe and fragments features anymore").
Except that erofs.mkfs is still single-threaded as a limitation for
backup use cases.
Signed-off-by: Gao Xiang <hsiangkao at linux.alibaba.com>
---
mkfs/main.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/mkfs/main.c b/mkfs/main.c
index 4352e62..607c883 100644
--- a/mkfs/main.c
+++ b/mkfs/main.c
@@ -843,10 +843,7 @@ int main(int argc, char **argv)
erofs_err("failed to initialize fragments");
return 1;
}
- erofs_warn("EXPERIMENTAL compressed fragments feature in use. Use at your own risk!");
}
- if (cfg.c_dedupe)
- erofs_warn("EXPERIMENTAL data deduplication feature in use. Use at your own risk!");
#ifndef NDEBUG
if (cfg.c_random_pclusterblks)
--
2.24.4
More information about the Linux-erofs
mailing list