Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362060
b: refs/heads/master
c: 50eab05
h: refs/heads/master
v: v3
  • Loading branch information
Li RongQing authored and David S. Miller committed Mar 29, 2013
1 parent 56eeb8a commit 9f07317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1bc7db16782c2a581fb4d53ca853631050f31611
refs/heads/master: 50eab0503a7579ada512e4968738b7c9737cf36e
2 changes: 1 addition & 1 deletion trunk/net/core/flow.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 9f07317

Please sign in to comment.