Searched hist:"011 a9008b11604b12e8386fa6ac3433ab3175dc2" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/scsi/libfc/ |
H A D | fc_exch.c | diff 011a9008b11604b12e8386fa6ac3433ab3175dc2 Fri Mar 09 23:50:30 CET 2012 Steven Clark <sclark@crossbeam.com> [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 <sclark@crossbeam.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
|