Files
scoutfs/kmod
Zach Brown 5d77fa4f18 scoutfs: fix serious but small btree bugs
Not surprisingly, testing the btree code shook out a few bugs

 - the treap root wasn't initialized
 - existing split source block wasn't compacted
 - item movement used item treap fields after deletion

All of these had the consequence of feeding the treap code bad offsets
so its node/u16 casts could lead it to scribble over memory.

Signed-off-by: Zach Brown <zab@versity.com>
2016-04-14 13:08:56 -07:00
..
2016-03-24 21:45:08 -07:00