projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f171d4d
)
UBIFS: make minimum fanout 3
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Wed, 3 Sep 2008 15:26:47 +0000
(18:26 +0300)
committer
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Fri, 5 Sep 2008 17:02:35 +0000
(20:02 +0300)
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: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/ubifs-media.h
patch
|
blob
|
history
diff --git
a/fs/ubifs/ubifs-media.h
b/fs/ubifs/ubifs-media.h
index bd2121f3426eb5cacee42602dca1dcacb0150acd..a9ecbd9af20dbeb9a0ddefccd21f8b7393ba1d0a 100644
(file)
--- a/
fs/ubifs/ubifs-media.h
+++ b/
fs/ubifs/ubifs-media.h
@@
-87,7
+87,7
@@
#define UBIFS_SK_LEN 8
/* Minimum index tree fanout */
-#define UBIFS_MIN_FANOUT
2
+#define UBIFS_MIN_FANOUT
3
/* Maximum number of levels in UBIFS indexing B-tree */
#define UBIFS_MAX_LEVELS 512