commit | d534df3c730af9073a9ddc076d9fd65cbdca22b3 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | Thu Feb 10 09:03:06 2011 -0500 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Fri Nov 04 15:52:56 2011 -0400 |
tree | 5dc3d7a1a499398d757b240a2260fe312142cd4f | |
parent | e025344c56e08b155f43ea09647969286c78377c [diff] |
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>