projects
/
project
/
fstools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08cd708
)
fstools: remove redundant F2FS_MINSIZE definition
author
Rui Salvaterra
<rsalvaterra@gmail.com>
Thu, 4 Apr 2024 00:29:33 +0000
(
01:29
+0100)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/libfstools/rootdisk.c
b/libfstools/rootdisk.c
index ba7d8c3727ba6c67123d544344dcfa215070becb..910899a141b82beeff4d58563723080ae4e3bfda 100644
(file)
--- 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;