Skip to content
Commit 220bb38c authored by Kent Overstreet's avatar Kent Overstreet
Browse files

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: default avatarKent Overstreet <kmo@daterainc.com>
parent cc7b8819
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment