From: Kent Overstreet Date: Wed, 11 Sep 2013 02:02:45 +0000 (-0700) Subject: bcache: Break up struct search X-Git-Tag: v3.13-rc1~68^2~1^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=220bb38c21b83e2f7b842f33220bf727093eca89;p=pandora-kernel.git bcache: Break up struct search With all the recent refactoring around struct btree op struct search has gotten rather large. But we can now easily break it up in a different way - we break out struct btree_insert_op which is for inserting data into the cache, and that's now what the copying gc code uses - struct search is now specific to request.c Signed-off-by: Kent Overstreet --- Reading git-diff-tree failed