]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: core: use this_cpu_ptr per-cpu helper
authorShan Wei <davidshan@tencent.com>
Mon, 12 Nov 2012 15:51:54 +0000 (15:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Nov 2012 23:59:44 +0000 (18:59 -0500)
commit1f743b07652f11100bee004e261b9931632beac1
tree4d383dedd374b544acbd3ad609439861bc3314ff
parent91aa76518d0352829c445a8250f0fb68aee1811a
net: core: use this_cpu_ptr per-cpu helper

flush_tasklet is a struct, not a pointer in percpu var.
so use this_cpu_ptr to get the member pointer.

Signed-off-by: Shan Wei <davidshan@tencent.com>
Reviewed-by: Christoph Lameter <cl@linux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/flow.c