[PATCH v2] fstools: remove redundant F2FS_MINSIZE definition

Rui Salvaterra rsalvaterra at gmail.com
Wed Apr 3 17:29:33 PDT 2024


It's defined in common.h, which rootdisk.c also includes. Remove the redundant
definition from the latter.

Signed-off-by: Rui Salvaterra <rsalvaterra at gmail.com>
---
 libfstools/rootdisk.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libfstools/rootdisk.c b/libfstools/rootdisk.c
index ba7d8c3..910899a 100644
--- a/libfstools/rootdisk.c
+++ b/libfstools/rootdisk.c
@@ -16,7 +16,6 @@
 #include <linux/loop.h>
 
 #define ROOTDEV_OVERLAY_ALIGN	(64ULL * 1024ULL)
-#define F2FS_MINSIZE		(100ULL * 1024ULL * 1024ULL)
 
 struct squashfs_super_block {
 	uint32_t s_magic;
-- 
2.43.2




More information about the openwrt-devel mailing list