summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
diff options
context:
space:
mode:
authorMing Lei <ming.lei@redhat.com>2019-03-17 18:01:12 +0800
committerJens Axboe <axboe@kernel.dk>2019-04-01 12:11:48 -0600
commitf6970f83ef79503cb24ca8324e5cfa1188674f85 (patch)
tree043b4dcbd5197a9ac343f680b255fd3ad524d53b /drivers/block/loop.c
parent16e3e4187758d8936d358b26149de785b7d5a9b7 (diff)
downloadlinux-f6970f83ef79503cb24ca8324e5cfa1188674f85.tar.bz2
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>
Diffstat (limited to 'drivers/block/loop.c')
0 files changed, 0 insertions, 0 deletions