From: Kent Overstreet Date: Thu, 25 Jul 2013 01:07:22 +0000 (-0700) Subject: bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() X-Git-Tag: v3.13-rc1~68^2~1^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc7b8819212f437fc82f0f9cdc24deb0fb5d775f;p=pandora-kernel.git bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() 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 --- Reading git-diff-tree failed