Zach Brown a1dadd9763 scoutfs: lock around dirty item writing
Writing dirty items into a segment wasn't protected by locking.  It's
not racing with item dirtying, bit it's absolutely racing with reads
while modifying the rbtree.  And shrinking will be modifying the item
cache at any old time in the future.

Signed-off-by: Zach Brown <zab@versity.com>
2017-06-06 15:35:05 -07:00
S
Description
No description provided
7.7 MiB
Languages
C 86.4%
Shell 10%
Roff 2.5%
TeX 0.8%
Makefile 0.3%