Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215428
b: refs/heads/master
c: a5c30b3
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and David S. Miller committed Oct 21, 2010
1 parent 06f33ce commit 8e137c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: be8c648051048bc66fbca590d00f3e8543ec32af
refs/heads/master: a5c30b349b872aa2ac13babbd5ceb26737f17e95
3 changes: 1 addition & 2 deletions trunk/net/core/neighbour.c
Original file line number Diff line number Diff line change
Expand Up @@ -1588,8 +1588,7 @@ int neigh_table_clear(struct neigh_table *tbl)
struct neigh_table **tp;

/* It is not clean... Fix it to unload IPv6 module safely */
cancel_delayed_work(&tbl->gc_work);
flush_scheduled_work();
cancel_delayed_work_sync(&tbl->gc_work);
del_timer_sync(&tbl->proxy_timer);
pneigh_queue_purge(&tbl->proxy_queue);
neigh_ifdown(tbl, NULL);
Expand Down

0 comments on commit 8e137c3

Please sign in to comment.