diff options
Diffstat (limited to 'drivers/md')
-rw-r--r-- | drivers/md/dm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm.c b/drivers/md/dm.c index d8d7b8d9dd28..78b20868bcbc 100644 --- a/drivers/md/dm.c +++ b/drivers/md/dm.c | |||
@@ -1427,7 +1427,7 @@ static int dm_request(struct request_queue *q, struct bio *bio) | |||
1427 | struct mapped_device *md = q->queuedata; | 1427 | struct mapped_device *md = q->queuedata; |
1428 | 1428 | ||
1429 | if (dm_request_based(md)) | 1429 | if (dm_request_based(md)) |
1430 | return __make_request(q, bio); | 1430 | return blk_queue_bio(q, bio); |
1431 | 1431 | ||
1432 | return _dm_request(q, bio); | 1432 | return _dm_request(q, bio); |
1433 | } | 1433 | } |