Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14997
b: refs/heads/master
c: 6636568
h: refs/heads/master
i:
  14995: 53ef83d
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Dec 5, 2005
1 parent e411489 commit e085fff
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: a79575633300adb5d3f1bd856cc518c45fefcb86
refs/heads/master: 6636568cf85ef5898a892e90fcc88b61cca9ca27
3 changes: 3 additions & 0 deletions trunk/net/netfilter/nf_conntrack_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1383,6 +1383,9 @@ void nf_conntrack_cleanup(void)
schedule();
goto i_see_dead_people;
}
/* wait until all references to nf_conntrack_untracked are dropped */
while (atomic_read(&nf_conntrack_untracked.ct_general.use) > 1)
schedule();

for (i = 0; i < NF_CT_F_NUM; i++) {
if (nf_ct_cache[i].use == 0)
Expand Down

0 comments on commit e085fff

Please sign in to comment.