From: Robert Love Date: Tue, 17 Mar 2009 18:41:35 +0000 (-0700) Subject: [SCSI] fcoe: Use percpu kernel funcs for struct fcoe_percpu_s X-Git-Tag: v2.6.30-rc1~185^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e5e92df49d4dfbef9ba981297c7f76d189376ac;p=pandora-kernel.git [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 Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed