NVMe: Rename nvme_req_info to nvme_bio
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Thu, 10 Feb 2011 14:03:06 +0000 (09:03 -0500)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:52:56 +0000 (15:52 -0400)
There are too many things called 'info' in this driver.  This data
structure is auxiliary information for a struct bio, so call it nvme_bio,
or nbio when used as a variable.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>

No differences found