Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92007
b: refs/heads/master
c: 3d36696
h: refs/heads/master
i:
  92005: f350cce
  92003: b269d76
  91999: c380add
v: v3
  • Loading branch information
David Woodhouse authored and David S. Miller committed Apr 24, 2008
1 parent c8cc18b commit 4cd9fbf
Show file tree
Hide file tree
Showing 2 changed files with 6 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: c9c1014b2bd014c7ec037bbb6f58818162fdb265
refs/heads/master: 3d36696024499aef19dbf24a781e91a24fbbe4af
6 changes: 5 additions & 1 deletion trunk/net/unix/af_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -2193,7 +2193,11 @@ static void __exit af_unix_exit(void)
unregister_pernet_subsys(&unix_net_ops);
}

module_init(af_unix_init);
/* Earlier than device_initcall() so that other drivers invoking
request_module() don't end up in a loop when modprobe tries
to use a UNIX socket. But later than subsys_initcall() because
we depend on stuff initialised there */
fs_initcall(af_unix_init);
module_exit(af_unix_exit);

MODULE_LICENSE("GPL");
Expand Down

0 comments on commit 4cd9fbf

Please sign in to comment.