Loading block/blk-merge.c +3 −0 Original line number Diff line number Diff line Loading @@ -139,6 +139,9 @@ void blk_queue_split(struct request_queue *q, struct bio **bio, bio_set_flag(res, BIO_SEG_VALID); if (split) { /* there isn't chance to merge the splitted bio */ split->bi_rw |= REQ_NOMERGE; bio_chain(split, *bio); generic_make_request(*bio); *bio = split; Loading Loading
block/blk-merge.c +3 −0 Original line number Diff line number Diff line Loading @@ -139,6 +139,9 @@ void blk_queue_split(struct request_queue *q, struct bio **bio, bio_set_flag(res, BIO_SEG_VALID); if (split) { /* there isn't chance to merge the splitted bio */ split->bi_rw |= REQ_NOMERGE; bio_chain(split, *bio); generic_make_request(*bio); *bio = split; Loading