From 9f07317e367797c9feb81448cc403acfec1df204 Mon Sep 17 00:00:00 2001 From: Li RongQing Date: Wed, 27 Mar 2013 23:42:41 +0000 Subject: [PATCH] --- yaml --- r: 362060 b: refs/heads/master c: 50eab0503a7579ada512e4968738b7c9737cf36e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/core/flow.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); }