patch-2.4.22 linux-2.4.22/net/decnet/dn_table.c
Next file: linux-2.4.22/net/ethernet/eth.c
Previous file: linux-2.4.22/net/core/skbuff.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
2003-08-25 04:44:44.000000000 -0700
- Orig file:
linux-2.4.21/net/decnet/dn_table.c
- Orig date:
2001-12-21 09:42:05.000000000 -0800
diff -urN linux-2.4.21/net/decnet/dn_table.c linux-2.4.22/net/decnet/dn_table.c
@@ -836,8 +836,7 @@
return NULL;
if (in_interrupt() && net_ratelimit()) {
- printk(KERN_DEBUG "DECnet: BUG! Attempt to create routing table
-from interrupt\n");
+ printk(KERN_DEBUG "DECnet: BUG! Attempt to create routing table from interrupt\n");
return NULL;
}
if ((t = kmalloc(sizeof(struct dn_fib_table), GFP_KERNEL)) == NULL)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)