X-Git-Url: http://git.openwrt.org/?p=project%2Ffstools.git;a=blobdiff_plain;f=libfstools%2Frootdisk.c;h=5a6dcb9fc9aa66987630d0ff53e6796c3fda263b;hp=68a6296c401a64167d12059bf90e551fab10a6da;hb=ff1ded63c51e84e239fb422ac8b9d15251d1221f;hpb=bc2c876104a6e2dcfc798c9dd09ac1f95784cdeb diff --git a/libfstools/rootdisk.c b/libfstools/rootdisk.c index 68a6296..5a6dcb9 100644 --- a/libfstools/rootdisk.c +++ b/libfstools/rootdisk.c @@ -11,7 +11,6 @@ * GNU General Public License for more details. */ -#define F2FS_MINSIZE (100 * 1024 * 1024) #define _FILE_OFFSET_BITS 64 #include @@ -31,6 +30,7 @@ #include #define ROOTDEV_OVERLAY_ALIGN (64ULL * 1024ULL) +#define F2FS_MINSIZE (100ULL * 1024ULL * 1024ULL) struct squashfs_super_block { uint32_t s_magic;