projects
/
J-u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
blk: Increase cache element size
[J-u-boot.git]
/
drivers
/
block
/
blkcache.c
diff --git
a/drivers/block/blkcache.c
b/drivers/block/blkcache.c
index 294511fcdb596796e9f3418734eee6822aa62a9b..1fa64989d3f2fcc5c9e0b3e6991f72b1fc5d96d5 100644
(file)
--- a/
drivers/block/blkcache.c
+++ b/
drivers/block/blkcache.c
@@
-24,7
+24,7
@@
struct block_cache_node {
static LIST_HEAD(block_cache);
static struct block_cache_stats _stats = {
- .max_blocks_per_entry =
2
,
+ .max_blocks_per_entry =
8
,
.max_entries = 32
};
This page took
0.03307 seconds
and
4
git commands to generate.