X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=net%2Fcore%2Fflow.c;h=2bfd081c59f7706cbd9d8a5ba8a5780aaaae23d1;hb=84ee9805bc7406bee35f2d62001440c81059f073;hp=c56ea6f7f6c7c88acbe602a3470c979622345713;hpb=d3c926264a92e5ea448add3e883530e1edad3ce2;p=~andy%2Flinux diff --git a/net/core/flow.c b/net/core/flow.c index c56ea6f7f6c..2bfd081c59f 100644 --- a/net/core/flow.c +++ b/net/core/flow.c @@ -328,7 +328,7 @@ static void flow_cache_flush_per_cpu(void *data) struct flow_flush_info *info = data; struct tasklet_struct *tasklet; - tasklet = this_cpu_ptr(&info->cache->percpu->flush_tasklet); + tasklet = &this_cpu_ptr(info->cache->percpu)->flush_tasklet; tasklet->data = (unsigned long)info; tasklet_schedule(tasklet); }