diff options
author | Slava Pestov <sviatoslavpestov@gmail.com> | 2014-06-22 17:40:12 -0700 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-01-18 20:19:49 -0900 |
commit | 699c3754e59ee25e0f95d1d4a633b555e12b9fc4 (patch) | |
tree | 356f69a2c0b64c4d35f6bb39c961d9ddd275989e | |
parent | 891475b75962c79b68a18ab0f214cc376a70bc63 (diff) |
bcache: typo
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
-rw-r--r-- | drivers/md/bcache/request.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/md/bcache/request.h b/drivers/md/bcache/request.h index 38477c763884..5976f060d863 100644 --- a/drivers/md/bcache/request.h +++ b/drivers/md/bcache/request.h @@ -4,9 +4,7 @@ #include "stats.h" struct cache_set; -struct bio; -struct closure; -struct cachedd_dev; +struct cached_dev; struct bcache_device; struct kmem_cache; @@ -88,6 +86,6 @@ void bch_data_insert(struct closure *cl); void bch_cached_dev_request_init(struct cached_dev *dc); void bch_flash_dev_request_init(struct bcache_device *d); -extern struct kmem_cache *bch_search_cache, *bch_passthrough_cache; +extern struct kmem_cache *bch_search_cache; #endif /* _BCACHE_REQUEST_H_ */ |