Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4933
b: refs/heads/master
c: 21f930e
h: refs/heads/master
i:
  4931: 502a9b9
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jul 22, 2005
1 parent 4ce250a commit 4abe9a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d04b4f8c1c9766e49fad6a141fc61cb30db69a5c
refs/heads/master: 21f930e4abdcb9649f26e5b959c14dddee4e600b
3 changes: 3 additions & 0 deletions trunk/net/ipv4/netfilter/ip_conntrack_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,9 @@ void ip_conntrack_cleanup(void)
schedule();
goto i_see_dead_people;
}
/* wait until all references to ip_conntrack_untracked are dropped */
while (atomic_read(&ip_conntrack_untracked.ct_general.use) > 1)
schedule();

kmem_cache_destroy(ip_conntrack_cachep);
kmem_cache_destroy(ip_conntrack_expect_cachep);
Expand Down

0 comments on commit 4abe9a9

Please sign in to comment.