Files
scoutfs/kmod
Zach Brown e6889b1882 Reduce inode lock group count to 128, from 1024
The number of inodes that each inode group lock covers is a balance
between minimizing lock overhead and contention.  With 128 inodes per
lock we're still doing quite a bit of bulk creates, finds, etc, per lock
but could reduce the risk of contention a bit.  Let's see how it works
out.

Signed-off-by: Zach Brown <zab@versity.com>
2021-05-24 13:23:46 -07:00
..