From: Li RongQing Date: Wed, 27 Mar 2013 23:42:41 +0000 (+0000) Subject: net: fix the use of this_cpu_ptr X-Git-Tag: v3.9-rc6~38^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50eab0503a7579ada512e4968738b7c9737cf36e;p=pandora-kernel.git net: fix the use of this_cpu_ptr flush_tasklet is not percpu var, and percpu is percpu var, and this_cpu_ptr(&info->cache->percpu->flush_tasklet) is not equal to &this_cpu_ptr(info->cache->percpu)->flush_tasklet 1f743b076(use this_cpu_ptr per-cpu helper) introduced this bug. Signed-off-by: Li RongQing Signed-off-by: David S. Miller --- Reading git-diff-tree failed