mirror of https://gitee.com/openkylin/linux.git
highmem: use bio_has_data() in the bounce path
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
051cc3952a
commit
36144077bc
|
@ -267,7 +267,7 @@ void blk_queue_bounce(struct request_queue *q, struct bio **bio_orig)
|
|||
/*
|
||||
* Data-less bio, nothing to bounce
|
||||
*/
|
||||
if (bio_empty_barrier(*bio_orig))
|
||||
if (!bio_has_data(*bio_orig))
|
||||
return;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue