Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72616
b: refs/heads/master
c: 253879e
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Oct 26, 2007
1 parent ce39c97 commit 45b182a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c8d90dca3211966ba5189e0f3d4bccd558d9ae08
refs/heads/master: 253879e62f997d0027500f4b71ef290f37e306ee
2 changes: 1 addition & 1 deletion trunk/fs/proc/proc_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static __net_exit void proc_net_ns_exit(struct net *net)
kfree(net->proc_net_root);
}

struct pernet_operations __net_initdata proc_net_ns_ops = {
static struct pernet_operations __net_initdata proc_net_ns_ops = {
.init = proc_net_ns_init,
.exit = proc_net_ns_exit,
};
Expand Down

0 comments on commit 45b182a

Please sign in to comment.