commit | cc7b8819212f437fc82f0f9cdc24deb0fb5d775f | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kmo@daterainc.com> | Wed Jul 24 18:07:22 2013 -0700 |
committer | Kent Overstreet <kmo@daterainc.com> | Sun Nov 10 21:56:31 2013 -0800 |
tree | 14ded946ae7c66901ea6d9056bca88c818a0b66d | |
parent | 6054c6d4da1940c7bf8870c6393773aa794f53d8 [diff] |
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 <kmo@daterainc.com>