bcache: Don't use op->insert_collision
authorKent Overstreet <kmo@daterainc.com>
Thu, 25 Jul 2013 01:06:22 +0000 (18:06 -0700)
committerKent Overstreet <kmo@daterainc.com>
Mon, 11 Nov 2013 05:56:30 +0000 (21:56 -0800)
When we convert bch_btree_insert() to bch_btree_map_leaf_nodes(), we
won't be passing struct btree_op to bch_btree_insert() anymore - so we
need a different way of returning whether there was a collision (really,
a replace collision).

Signed-off-by: Kent Overstreet <kmo@daterainc.com>

No differences found