Home
last modified time | relevance | path

Searched hist:f6970f83ef79503cb24ca8324e5cfa1188674f85 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/block/
H A Dblk-merge.cdiff f6970f83ef79503cb24ca8324e5cfa1188674f85 Sun Mar 17 05:01:12 CDT 2019 Ming Lei <ming.lei@redhat.com> block: don't check if adjacent bvecs in one bio can be mergeable

Now both passthrough and FS IO have supported multi-page bvec, and
bvec merging has been handled actually when adding page to bio, then
adjacent bvecs won't be mergeable any more if they belong to same bio.

So only try to merge bvecs if they are from different bios.

Cc: Omar Sandoval <osandov@fb.com>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>