commit | 6054c6d4da1940c7bf8870c6393773aa794f53d8 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kmo@daterainc.com> | Wed Jul 24 18:06:22 2013 -0700 |
committer | Kent Overstreet <kmo@daterainc.com> | Sun Nov 10 21:56:30 2013 -0800 |
tree | 5851d01503e16884cc733284ae102d27d0fe71ca | |
parent | 1b207d80d5b986fb305bc899357435d319319513 [diff] |
bcache: Don't use op->insert_collision 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>