Loading mm/bounce.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
mm/bounce.c +1 −1 Original line number Diff line number Diff line Loading @@ -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