diff options
Diffstat (limited to 'drivers/md/bcache/debug.c')
| -rw-r--r-- | drivers/md/bcache/debug.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/md/bcache/debug.c b/drivers/md/bcache/debug.c index 63e809f38e3f..116edda845c3 100644 --- a/drivers/md/bcache/debug.c +++ b/drivers/md/bcache/debug.c @@ -50,7 +50,7 @@ void bch_btree_verify(struct btree *b)  	v->keys.ops = b->keys.ops;  	bio = bch_bbio_alloc(b->c); -	bio_set_dev(bio, PTR_CACHE(b->c, &b->key, 0)->bdev); +	bio_set_dev(bio, b->c->cache->bdev);  	bio->bi_iter.bi_sector	= PTR_OFFSET(&b->key, 0);  	bio->bi_iter.bi_size	= KEY_SIZE(&v->key) << 9;  	bio->bi_opf		= REQ_OP_READ | REQ_META; | 
