diff options
author | Robert Love <robert.w.love@intel.com> | 2009-03-17 19:41:30 +0100 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-04-03 16:22:57 +0200 |
commit | 38eccabd1067b93af0fedbf447ab846e7df1ca66 (patch) | |
tree | 10f648d5b4cb1fc3754ec048da53be68117d467a /drivers/scsi/qlogicpti_asm.c | |
parent | [SCSI] osd_uld: Remove creation of osd_scsi class symlink (diff) | |
download | linux-38eccabd1067b93af0fedbf447ab846e7df1ca66.tar.xz linux-38eccabd1067b93af0fedbf447ab846e7df1ca66.zip |
[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 <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/qlogicpti_asm.c')
0 files changed, 0 insertions, 0 deletions