bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()
authorKent Overstreet <kmo@daterainc.com>
Thu, 25 Jul 2013 01:07:22 +0000 (18:07 -0700)
committerKent Overstreet <kmo@daterainc.com>
Mon, 11 Nov 2013 05:56:31 +0000 (21:56 -0800)
Last of the btree_map() conversions. Main visible effect is
bch_btree_insert() is no longer taking a struct btree_op as an argument
anymore - there's no fancy state machine stuff going on, it's just a
normal function.

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

No differences found