From: Matthew Wilcox Date: Thu, 10 Feb 2011 14:03:06 +0000 (-0500) Subject: NVMe: Rename nvme_req_info to nvme_bio X-Git-Tag: v3.3-rc1~16^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d534df3c730af9073a9ddc076d9fd65cbdca22b3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed