From: Matthew Wilcox Date: Mon, 9 Dec 2013 17:58:46 +0000 (-0500) Subject: NVMe: Dynamically allocate partition numbers X-Git-Tag: v3.14-rc2~23^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=469071a37afc8a627b6b2ddf29db0a097d864845;p=pandora-kernel.git NVMe: Dynamically allocate partition numbers Some users need more than 64 partitions per device. Rather than simply increasing the number of partitions, switch to the dynamic partition allocation scheme. This means that minor numbers are not stable across boots, but since major numbers aren't either, I cannot see this being a significant problem. Tested-by: Matias Bjørling Signed-off-by: Matthew Wilcox --- Reading git-diff-tree failed