From: Keith Busch Date: Wed, 25 Jul 2012 22:07:55 +0000 (-0600) Subject: NVMe: replace nvme_ns with nvme_dev for user admin X-Git-Tag: v3.6~3^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50af8baec46a99a9b81a4600c0374f83a5a590a9;p=pandora-kernel.git NVMe: replace nvme_ns with nvme_dev for user admin The function nvme_user_admin_command does not require a namespace to proceed. Replace with the nvme_dev structure so that it can be called from contexts that do not have a namespace. Signed-off-by: Keith Busch Signed-off-by: Matthew Wilcox --- Reading git-diff-tree failed