]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bcache: Add explicit keylist arg to btree_insert()
authorKent Overstreet <kmo@daterainc.com>
Wed, 11 Sep 2013 01:46:36 +0000 (18:46 -0700)
committerKent Overstreet <kmo@daterainc.com>
Wed, 11 Sep 2013 01:46:36 +0000 (18:46 -0700)
commit071e4b4a335c27d75d948c58ff50e3209dab478a
tree64a5f1ee70534eb06175b7a5698916489458604a
parent77b075e3a8899d3965d47fc850c6a875879c1150
bcache: Add explicit keylist arg to btree_insert()

Some refactoring - better to explicitly pass stuff around instead of
having it all in the "big bag of state", struct btree_op. Going to prune
struct btree_op quite a bit over time.

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