]> git.neil.brown.name Git - history.git/commitdiff
[NET]: Kill more verbose init msgs and unused RTNL_DEBUG define.
authorDavid S. Miller <davem@nuts.ninka.net>
Thu, 4 Sep 2003 20:40:24 +0000 (13:40 -0700)
committerDavid S. Miller <davem@nuts.ninka.net>
Thu, 4 Sep 2003 20:40:24 +0000 (13:40 -0700)
include/linux/rtnetlink.h
net/core/dv.c
net/core/rtnetlink.c
net/ipv4/ipmr.c

index 3e3a26916a1251155d61cb07957410b004d09b8e..fd8b35209ccc010d68adf1aef65a41694bec7ef7 100644 (file)
@@ -3,9 +3,6 @@
 
 #include <linux/netlink.h>
 
-#define RTNL_DEBUG 1
-
-
 /****
  *             Routing/neighbour discovery messages.
  ****/
index 62352d7c9bcc4b275fd0bce78fe192e57dbf4bac..e7de41f94f9c36946ded378c10ce809ae6a654b8 100644 (file)
@@ -40,7 +40,6 @@ const char sysctl_divert_version[32]="0.46";  /* Current version */
 
 static int __init dv_init(void)
 {
-       printk(KERN_INFO "NET4: Frame Diverter %s\n", sysctl_divert_version);
        return 0;
 }
 module_init(dv_init);
index 4215e4a7dcd0d1e3e17295de4bfdfe2991021993..444f07e51e2784a1780abd561b6a577ef70293ae 100644 (file)
@@ -559,9 +559,6 @@ struct notifier_block rtnetlink_dev_notifier = {
 
 void __init rtnetlink_init(void)
 {
-#ifdef RTNL_DEBUG
-       printk("Initializing RT netlink socket\n");
-#endif
        rtnl = netlink_kernel_create(NETLINK_ROUTE, rtnetlink_rcv);
        if (rtnl == NULL)
                panic("rtnetlink_init: cannot initialize rtnetlink\n");
index 3f671efed9e6ca0b0bc012da55786bd0806238a6..9f5a0485e0a7ad5137728106015dca5bbdb144c1 100644 (file)
@@ -1744,7 +1744,6 @@ static struct inet_protocol pim_protocol = {
  
 void __init ip_mr_init(void)
 {
-       printk(KERN_INFO "Linux IP multicast router 0.06 plus PIM-SM\n");
        mrt_cachep = kmem_cache_create("ip_mrt_cache",
                                       sizeof(struct mfc_cache),
                                       0, SLAB_HWCACHE_ALIGN,