From: Kent Overstreet Date: Thu, 25 Jul 2013 01:06:22 +0000 (-0700) Subject: bcache: Don't use op->insert_collision X-Git-Tag: v3.13-rc1~68^2~1^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6054c6d4da1940c7bf8870c6393773aa794f53d8;p=pandora-kernel.git 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 --- Reading git-diff-tree failed