fstools: remove redundant F2FS_MINSIZE definition
authorRui Salvaterra <rsalvaterra@gmail.com>
Thu, 4 Apr 2024 00:29:33 +0000 (01:29 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 4 Apr 2024 00:53:37 +0000 (01:53 +0100)
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

index ba7d8c3727ba6c67123d544344dcfa215070becb..910899a141b82beeff4d58563723080ae4e3bfda 100644 (file)
@@ -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;