Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5cb562d authored by Artem Bityutskiy's avatar Artem Bityutskiy
Browse files

UBIFS: make minimum fanout 3



UBIFS does not really work correctly when fanout is 2,
because of the way we manage the indexing tree. It may
just become a list and UBIFS screws up.

Signed-off-by: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
parent f171d4d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -87,7 +87,7 @@
#define UBIFS_SK_LEN 8
#define UBIFS_SK_LEN 8


/* Minimum index tree fanout */
/* Minimum index tree fanout */
#define UBIFS_MIN_FANOUT 2
#define UBIFS_MIN_FANOUT 3


/* Maximum number of levels in UBIFS indexing B-tree */
/* Maximum number of levels in UBIFS indexing B-tree */
#define UBIFS_MAX_LEVELS 512
#define UBIFS_MAX_LEVELS 512