NVMe: Merge the nvme_bio and nvme_prp data structures
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 20 Dec 2011 18:34:52 +0000 (13:34 -0500)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 10 Jan 2012 19:51:20 +0000 (14:51 -0500)
commiteca18b2394a9387feeaf14cd884ddddd7a809d19
treeb20244dcfbe2fa1e86ca782c4f879a3174da25d1
parent5c1281a3bf5655ec1b90db495da3a2b77826ba88
NVMe: Merge the nvme_bio and nvme_prp data structures

The new merged data structure is called nvme_iod.  This improves performance
for mid-sized I/Os (in the 16k range) since we save a memory allocation.
It is also a slightly simpler interface to use.

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