From: Chad Dupuis Date: Wed, 22 Aug 2012 18:21:00 +0000 (-0400) Subject: [SCSI] qla2xxx: Use bitmap to store loop_id's for fcports. X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~38^2^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f16b331d83757ad5154af07b449c722fef45d5e;p=pandora-kernel.git [SCSI] qla2xxx: Use bitmap to store loop_id's for fcports. Store used fcport loop_id's in a bitmap so that as opposed to looping through all fcports to find the next free loop_id, new loop_id lookup can be just be done via bitops. [jejb: plus fix for incorrect LOOPID_MAP_SIZE from Andrew Vasquez] Signed-off-by: Giridhar Malavali Signed-off-by: Andrew Vasquez Signed-off-by: Chad Dupuis Signed-off-by: James Bottomley --- Reading git-diff-tree failed