Justus Winter, le Wed 10 Dec 2014 17:21:57 +0100, a écrit :
> The node cache uses a fixed number of buckets giving it a linear
> access complexity, although with a small constant factor. Paper over
> this issue by increasing the number of buckets.
>
> * ext2fs/inode.c (INOHSZ): Increase from 512
The node cache uses a fixed number of buckets giving it a linear
access complexity, although with a small constant factor. Paper over
this issue by increasing the number of buckets.
* ext2fs/inode.c (INOHSZ): Increase from 512 to 8192 entries.
---
ext2fs/inode.c | 2 +-
1 file changed, 1 inserti