Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15567
b: refs/heads/master
c: cbeb321
h: refs/heads/master
i:
  15565: 2baf265
  15563: 58c1261
  15559: fa7e3a8
  15551: e7d900b
v: v3
  • Loading branch information
David S. Miller committed Jan 3, 2006
1 parent 400ad13 commit 82e2a28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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: f34fbb971368c20f757f8758833a534590b16518
refs/heads/master: cbeb321a64af5437fbde249605b191ff0fdfa21c
5 changes: 0 additions & 5 deletions trunk/net/nonet.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
#include <linux/init.h>
#include <linux/kernel.h>

void __init sock_init(void)
{
printk(KERN_INFO "Linux NoNET1.0 for Linux 2.6\n");
}

static int sock_no_open(struct inode *irrelevant, struct file *dontcare)
{
return -ENXIO;
Expand Down
2 changes: 2 additions & 0 deletions trunk/net/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -2063,6 +2063,8 @@ static int __init sock_init(void)
#ifdef CONFIG_NETFILTER
netfilter_init();
#endif

return 0;
}

core_initcall(sock_init); /* early initcall */
Expand Down

0 comments on commit 82e2a28

Please sign in to comment.