From: Matthew Wilcox Date: Tue, 20 Dec 2011 18:34:52 +0000 (-0500) Subject: NVMe: Merge the nvme_bio and nvme_prp data structures X-Git-Tag: v3.3-rc1~16^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eca18b2394a9387feeaf14cd884ddddd7a809d19;p=pandora-kernel.git 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 --- Reading git-diff-tree failed