+ ipv4-inet_init-fs_initcall.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux