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)
commitd534df3c730af9073a9ddc076d9fd65cbdca22b3
tree5dc3d7a1a499398d757b240a2260fe312142cd4f
parente025344c56e08b155f43ea09647969286c78377c
NVMe: Rename nvme_req_info to nvme_bio

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>
drivers/block/nvme.c