Loading block/blk-merge.c +1 −3 Original line number Diff line number Diff line Loading @@ -129,9 +129,7 @@ static struct bio *blk_bio_segment_split(struct request_queue *q, nsegs++; sectors = max_sectors; } if (sectors) goto split; /* Make this single bvec as the 1st segment */ } if (bvprvp && blk_queue_cluster(q)) { Loading Loading
block/blk-merge.c +1 −3 Original line number Diff line number Diff line Loading @@ -129,9 +129,7 @@ static struct bio *blk_bio_segment_split(struct request_queue *q, nsegs++; sectors = max_sectors; } if (sectors) goto split; /* Make this single bvec as the 1st segment */ } if (bvprvp && blk_queue_cluster(q)) { Loading