From: Steven Clark Date: Fri, 9 Mar 2012 22:50:30 +0000 (-0800) Subject: [SCSI] libfc: fcoe_transport_create fails in single-CPU environment X-Git-Tag: v3.4-rc1~6^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=011a9008b11604b12e8386fa6ac3433ab3175dc2;p=pandora-kernel.git [SCSI] libfc: fcoe_transport_create fails in single-CPU environment Starting fcoe fails at fcoe_transport_create when attempting to allocate a pool of 4K exchanges on a 64-bit single-CPU environment because the call to __alloc_percpu() is greater than the max of 32K. This patch reduces the number of exchanges to fit within the maximum allowed space. [ Whitespace problems fixed by Robert Love to satisfy chechpatch.pl ] Signed-off-by: Steven Clark Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed