From: Andreas Gruenbacher Date: Thu, 14 Jul 2011 14:00:40 +0000 (+0200) Subject: drbd: Allow to create devices with a minor number > minor_count X-Git-Tag: v3.8-rc1~78^2~18^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2257a56eeb4afb3daea894baf93077af0579586;p=pandora-kernel.git drbd: Allow to create devices with a minor number > minor_count The minor_count module/kernel parameter serves to scale the size of drbd's internal memory pool, but it is no longer a limit for the number of minors or the minor number. (Minor numbers can be arbitrarily high within the allowed limit of 2^20.) Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed