The patch titled ipv4: inet_init() -> fs_initcall has been removed from the -mm tree. Its filename is ipv4-inet_init-fs_initcall.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Convert inet_init to an fs_initcall to make sure its called before any device driver's initcall. Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- net/ipv4/af_inet.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN net/ipv4/af_inet.c~ipv4-inet_init-fs_initcall net/ipv4/af_inet.c --- 25/net/ipv4/af_inet.c~ipv4-inet_init-fs_initcall Mon Apr 24 16:01:15 2006 +++ 25-akpm/net/ipv4/af_inet.c Mon Apr 24 16:01:15 2006 @@ -1257,7 +1257,7 @@ out_unregister_udp_proto: goto out; } -module_init(inet_init); +fs_initcall(inet_init); /* ------------------------------------------------------------------------ */ _ Patches currently in -mm which might be from heiko.carstens@xxxxxxxxxx are origin.patch s390-make-qeth-buildable.patch s390-fix-ipd-handling.patch s390-bug-in-setup_rt_frame.patch git-net.patch rcu-introduce-rcu_needs_cpu-interface.patch rcu-introduce-rcu_needs_cpu-interface-fix.patch s390-exploit-rcu_needs_cpu-interface.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html