From: Matthew Wilcox Date: Mon, 8 Jul 2013 21:26:25 +0000 (-0400) Subject: NVMe: Namespace IDs are unsigned X-Git-Tag: v3.12-rc1~98^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3bfe7176c035a0a2c70bc79180fb13a6c57142a;p=pandora-kernel.git NVMe: Namespace IDs are unsigned The 'Number of Namespaces' read from the device was being treated as signed, which would cause us to not scan any namespaces for a device with more than 2 billion namespaces. That led to noticing that the namespace ID was also being treated as signed, which could lead to the result from NVME_IOCTL_ID being treated as an error code. Signed-off-by: Matthew Wilcox --- Reading git-diff-tree failed