[Drbd-dev] [PATCH 07/10] block: kill merge_bvec_fn() completely
Alasdair G Kergon
agk at redhat.com
Tue Apr 28 19:31:37 CEST 2015
On Mon, Apr 27, 2015 at 11:48:34PM -0700, Ming Lin wrote:
> As generic_make_request() is now able to handle arbitrarily sized bios,
> it's no longer necessary for each individual block driver to define its
> own ->merge_bvec_fn() callback. Remove every invocation completely.
merge_bvec_fn is also about telling the code building up bios what optimum
maximum size to use.
Have you got some test data to demonstrate that we won't find some situations
where performance is now lost by code building up bios that are far too big
and are always going to have to be split up later?
Alasdair
More information about the drbd-dev
mailing list