diff mbox series

[v2] fstools: remove redundant F2FS_MINSIZE definition

Message ID 20240404002932.696799-2-rsalvaterra@gmail.com
State Under Review
Delegated to: Rui Salvaterra
Headers show
Series [v2] fstools: remove redundant F2FS_MINSIZE definition | expand

Commit Message

Rui Salvaterra April 4, 2024, 12:29 a.m. UTC
It's defined in common.h, which rootdisk.c also includes. Remove the redundant
definition from the latter.

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

Patch

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;