md: add proper merge_bvec handling to RAID0 and Linear.
authorNeilBrown <neilb@suse.de>
Mon, 19 Mar 2012 01:46:39 +0000 (12:46 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 19 Mar 2012 01:46:39 +0000 (12:46 +1100)
commitba13da47ffa202784355561f72160a41350e95cc
tree9b60f27ab89e4036df65d0dc3bf52b7420f83a50
parentdafb20fa34320a472deb7442f25a0c086e0feb33
md: add proper merge_bvec handling to RAID0 and Linear.

These personalities currently set a max request size of one page
when any member device has a merge_bvec_fn because they don't
bother to call that function.

This causes extra works in splitting and combining requests.

So make the extra effort to call the merge_bvec_fn when it exists
so that we end up with larger requests out the bottom.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/linear.c
drivers/md/raid0.c
drivers/md/raid0.h
This page took 0.027131 seconds and 5 git commands to generate.