From: Rui Salvaterra Date: Thu, 4 Apr 2024 00:29:33 +0000 (+0100) Subject: fstools: remove redundant F2FS_MINSIZE definition X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=013050f8db8779f23333397245af5404c8c2306b;p=project%2Ffstools.git 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 --- 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;