Home
last modified time | relevance | path

Searched hist:"17 e21a9f248d3d330acdfb2405c23b8d84c9c23a" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/md/bcache/
H A Dbtree.cdiff 17e21a9f248d3d330acdfb2405c23b8d84c9c23a Fri Jul 26 21:32:38 CEST 2013 Kent Overstreet <kmo@daterainc.com> bcache: Have btree_split() insert into parent directly

The flow control in btree_insert_node() was... fragile... before,
this'll use more stack (but since our btrees are never more than depth
1, that shouldn't matter) and it should be significantly clearer and
less fragile.

Signed-off-by: Kent Overstreet <kmo@daterainc.com>