From: Alexander Chiang Date: Tue, 2 Feb 2010 19:09:06 +0000 (+0000) Subject: IB/ucm: Increase maximum devices supported X-Git-Tag: v2.6.34-rc1~225^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daa913580e1a927aaf54f02ecfdf59c7b6bc2f6e;p=pandora-kernel.git IB/ucm: Increase maximum devices supported Some large systems may support more than IB_UCM_MAX_DEVICES (currently 32). This change allows us to support more devices in a backwards-compatible manner. the first IB_UCM_MAX_DEVICES keep the same major/minor device numbers they've always had. If there are more than IB_UCM_MAX_DEVICES, then we dynamically request a new major device number (new minors start at 0). Signed-off-by: Alex Chiang Signed-off-by: Roland Dreier --- Reading git-diff-tree failed