commit | 50eab0503a7579ada512e4968738b7c9737cf36e | [log] [tgz] |
---|---|---|
author | Li RongQing <roy.qing.li@gmail.com> | Wed Mar 27 23:42:41 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 29 15:13:27 2013 -0400 |
tree | 1f30b4ab0a76ff4c74a1de2b2cf2426e66bada1c | |
parent | 1bc7db16782c2a581fb4d53ca853631050f31611 [diff] |
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 <roy.qing.li@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>