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>
Mon, 11 Nov 2013 05:55:59 +0000 (21:55 -0800)
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>

No differences found