From: Matthew Wilcox Date: Fri, 6 May 2011 12:45:47 +0000 (-0400) Subject: NVMe: Use an IDA to allocate minor numbers X-Git-Tag: v3.3-rc1~16^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aff9382ddc8aac6eb0c70ffbb351652d71da69a;p=pandora-kernel.git NVMe: Use an IDA to allocate minor numbers The current approach of using the namespace ID as the minor number doesn't work when there are multiple adapters in the machine. Rather than statically partitioning the number of namespaces between adapters, dynamically allocate minor numbers to namespaces as they are detected. Signed-off-by: Matthew Wilcox --- Reading git-diff-tree failed