NVMe: Handle physical merging of bvec entries
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Thu, 10 Feb 2011 18:55:39 +0000 (13:55 -0500)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:52:57 +0000 (15:52 -0400)
commit768308400f5b4ce665a072eb976a851978b7706e
tree626e7d442064dd22bf54d46c183c3955323d52ee
parent1974b1ae8852324a75fb8cfecbc7b758fd5a2c3c
NVMe: Handle physical merging of bvec entries

In order to not overrun the sg array, we have to merge physically
contiguous pages into a single sg entry.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme.c