]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bcache: Kill op->replace
authorKent Overstreet <kmo@daterainc.com>
Wed, 11 Sep 2013 01:52:54 +0000 (18:52 -0700)
committerKent Overstreet <kmo@daterainc.com>
Wed, 11 Sep 2013 01:52:54 +0000 (18:52 -0700)
commit0d4b3ae87ccd8c4c06597dbf864c0a139ae58dbc
tree2064c4b083dfcbcf228e7f4adc16e0eb80ccaa43
parentbcd6055716fea8d36756edd783450f3a28a5161e
bcache: Kill op->replace

This is prep work for converting bch_btree_insert to
bch_btree_map_leaf_nodes() - we have to convert all its arguments to
actual arguments. Bunch of churn, but should be straightforward.

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/movinggc.c
drivers/md/bcache/request.c
drivers/md/bcache/request.h
drivers/md/bcache/writeback.c