Under Xen, pages which appear to be pseudo-physically adjacent are not
necessarily really physically adjacent. We need to hook
BIOVEC_PHYS_MERGEABLE to prevent the bio layer from inappropriately
merging requests across non-contiguous page boundaries.
J
--