commit | 2c1953e201a05ddfb1ea53f23d81a492c6513028 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kmo@daterainc.com> | Wed Jul 24 17:41:08 2013 -0700 |
committer | Kent Overstreet <kmo@daterainc.com> | Sun Nov 10 21:56:07 2013 -0800 |
tree | c1a2d6cfefb094698a38db864d5a5a575cfd835b | |
parent | df8e89701fb02cba6e09c5f46f002778b5b52dd2 [diff] |
bcache: Convert bch_btree_read_async() to bch_btree_map_keys() This is a fairly straightforward conversion, mostly reshuffling - op->lookup_done goes away, replaced by MAP_DONE/MAP_CONTINUE. And the code for handling cache hits and misses wasn't really btree code, so it gets moved to request.c. Signed-off-by: Kent Overstreet <kmo@daterainc.com>