From: Robert Love Date: Tue, 31 Mar 2009 22:51:50 +0000 (-0700) Subject: [SCSI] fcoe: Use per-CPU kernel function for dev_stats instead of an array X-Git-Tag: v2.6.30-rc1~185^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=582b45bc577f78b5bfff3db874594ce2d962b846;p=pandora-kernel.git [SCSI] fcoe: Use per-CPU kernel function for dev_stats instead of an array Remove the hotplug creation of dev_stats, we allocate for all possible CPUs now when we allocate the lport. v2: Durring the 2.6.30 merge window, before these patches were comitted, 'percpu_ptr' was renamed 'per_cpu_ptr'. This latest update updates this patch for the name change. Signed-off-by: Yi Zou Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed