From: Robert Love Date: Tue, 17 Mar 2009 18:41:30 +0000 (-0700) Subject: [SCSI] fcoe: Initialize all possilbe skb_queue(s) when module is loaded X-Git-Tag: v2.6.30-rc1~185^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38eccabd1067b93af0fedbf447ab846e7df1ca66;p=pandora-kernel.git [SCSI] fcoe: Initialize all possilbe skb_queue(s) when module is loaded Currently the skb_queue is initialized every time the associated CPU goes online. This patch has libfcoe initializing the skb_queue for all possible CPUs when the module is loaded. This patch also re-orders some declarations in the fcoe_rcv() function so the structure declarations are grouped before the primitive declarations. Lastly, this patch converts all CPU indicies to use unsigned int since CPU indicies should not be negative. Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed