commit | 3d36696024499aef19dbf24a781e91a24fbbe4af | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Thu Apr 24 00:59:25 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 24 00:59:25 2008 -0700 |
tree | 2d999dfee2897123f6fb16e2a75327ac8db2020d | |
parent | c9c1014b2bd014c7ec037bbb6f58818162fdb265 [diff] |
[AF_UNIX] Initialise UNIX sockets before general device initcalls When drivers call request_module(), it tries to do something with UNIX sockets and triggers a 'runaway loop modprobe net-pf-1' warning. Avoid this by initialising AF_UNIX support earlier. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>