The patch titled ipv4: inet_init() -> fs_initcall has been added to the -mm tree. Its filename is ipv4-inet_init-fs_initcall.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this 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 s390-make-qeth-buildable.patch ipv4-inet_init-fs_initcall.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