]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0b537600ca9be9dd2059606b80005d25418649b2
tree14ded946ae7c66901ea6d9056bca88c818a0b66d
parentcdb07636320040504face7e0a8d0349732a4af4e
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>
drivers/md/bcache/btree.c
drivers/md/bcache/btree.h
drivers/md/bcache/journal.c
drivers/md/bcache/request.c
drivers/md/bcache/writeback.c