From 013050f8db8779f23333397245af5404c8c2306b Mon Sep 17 00:00:00 2001 From: Rui Salvaterra Date: Thu, 4 Apr 2024 01:29:33 +0100 Subject: [PATCH] fstools: remove redundant F2FS_MINSIZE definition It's defined in common.h, which rootdisk.c also includes. Remove the redundant definition from the latter. Signed-off-by: Rui Salvaterra --- 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 #define ROOTDEV_OVERLAY_ALIGN (64ULL * 1024ULL) -#define F2FS_MINSIZE (100ULL * 1024ULL * 1024ULL) struct squashfs_super_block { uint32_t s_magic; -- 2.30.2