umem: use op_is_sync to check for synchronous requests
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:
Родитель
d71d9ae14a
Коммит
03ea4afa67
|
@ -535,7 +535,7 @@ static blk_qc_t mm_make_request(struct request_queue *q, struct bio *bio)
|
||||||
*card->biotail = bio;
|
*card->biotail = bio;
|
||||||
bio->bi_next = NULL;
|
bio->bi_next = NULL;
|
||||||
card->biotail = &bio->bi_next;
|
card->biotail = &bio->bi_next;
|
||||||
if (bio->bi_opf & REQ_SYNC || !mm_check_plugged(card))
|
if (op_is_sync(bio->bi_opf) || !mm_check_plugged(card))
|
||||||
activate(card);
|
activate(card);
|
||||||
spin_unlock_irq(&card->lock);
|
spin_unlock_irq(&card->lock);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче