Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150793
b: refs/heads/master
c: 67137f3
h: refs/heads/master
i:
  150791: dfe5eb3
v: v3
  • Loading branch information
Jesper Dangaard Brouer authored and David S. Miller committed Jun 10, 2009
1 parent ca4c420 commit 91c8411
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6e327c11a91d190650df9aabe7d3694d4838bfa1
refs/heads/master: 67137f3cc727e4da0297ffd7bfade837aa15ecfa
4 changes: 3 additions & 1 deletion trunk/net/netfilter/nfnetlink_queue.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This is a module which is used for queueing packets and communicating with
* userspace via nfetlink.
* userspace via nfnetlink.
*
* (C) 2005 by Harald Welte <laforge@netfilter.org>
* (C) 2007 by Patrick McHardy <kaber@trash.net>
Expand Down Expand Up @@ -932,6 +932,8 @@ static void __exit nfnetlink_queue_fini(void)
#endif
nfnetlink_subsys_unregister(&nfqnl_subsys);
netlink_unregister_notifier(&nfqnl_rtnl_notifier);

rcu_barrier(); /* Wait for completion of call_rcu()'s */
}

MODULE_DESCRIPTION("netfilter packet queue handler");
Expand Down

0 comments on commit 91c8411

Please sign in to comment.