diff --git a/[refs] b/[refs] index 8baf23394848..7642eb7e0fe0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1bc7db16782c2a581fb4d53ca853631050f31611 +refs/heads/master: 50eab0503a7579ada512e4968738b7c9737cf36e diff --git a/trunk/net/core/flow.c b/trunk/net/core/flow.c index c56ea6f7f6c7..2bfd081c59f7 100644 --- a/trunk/net/core/flow.c +++ b/trunk/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); }