linux-kernel-test/drivers/scsi/fcoe
Robert Love 5e5e92df49 [SCSI] fcoe: Use percpu kernel funcs for struct fcoe_percpu_s
Convert fcoe_percpu array to use the per-cpu variables
that the kernel provides. Use the kernel's functions to
access this structure.

The cpu member of the fcoe_percpu_s is no longer needed,
so this patch removes it too.

Signed-off-by: Yi Zou <yi.zou@intel.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2009-04-03 09:22:57 -05:00
..
fc_transport_fcoe.c [SCSI] fcoe: Correct fcoe_transports initialization vs. registration 2009-03-10 09:06:17 -05:00
fcoe_sw.c [SCSI] fcoe: add support to FCoE offload support in fcoe_sw through net_device 2009-03-13 15:15:31 -05:00
libfcoe.c [SCSI] fcoe: Use percpu kernel funcs for struct fcoe_percpu_s 2009-04-03 09:22:57 -05:00
Makefile