Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194529
b: refs/heads/master
c: b3c981d
h: refs/heads/master
i:
  194527: 707fe74
v: v3
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Apr 25, 2010
1 parent bfdbd7c commit 246a1b6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8c52d509e84bbf26cffb8b6e75b399689af67885
refs/heads/master: b3c981d2bbbe889125169bd0bb482e64d3c028a1
4 changes: 2 additions & 2 deletions trunk/net/core/net_namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,10 @@ EXPORT_SYMBOL_GPL(register_pernet_subsys);
* addition run the exit method for all existing network
* namespaces.
*/
void unregister_pernet_subsys(struct pernet_operations *module)
void unregister_pernet_subsys(struct pernet_operations *ops)
{
mutex_lock(&net_mutex);
unregister_pernet_operations(module);
unregister_pernet_operations(ops);
mutex_unlock(&net_mutex);
}
EXPORT_SYMBOL_GPL(unregister_pernet_subsys);
Expand Down

0 comments on commit 246a1b6

Please sign in to comment.