On 2018/8/10 3:29 PM, Shenghui Wang wrote: > struct kmem_cache *bch_passthrough_cache is not used in > bcache code. Remove it. > > Signed-off-by: Shenghui Wang <shhuiw@xxxxxxxxxxx> It is in my for-next patches now, thanks for the fix. Coly Li > --- > drivers/md/bcache/request.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/md/bcache/request.h b/drivers/md/bcache/request.h > index dea0886b81c1..3dc089ba38c2 100644 > --- a/drivers/md/bcache/request.h > +++ b/drivers/md/bcache/request.h > @@ -39,6 +39,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_ */ >