netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] TCP: inline message
@ 2004-07-05  8:00 YOSHIFUJI Hideaki / 吉藤英明
  2004-07-05 23:41 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2004-07-05  8:00 UTC (permalink / raw)
  To: davem; +Cc: netdev

Hello.

D: [TCP] Diet using "unknown time value" message in net/ipv4/tcp_timer.c.

Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>

Thanks.

===== include/net/tcp.h 1.78 vs edited =====
--- 1.78/include/net/tcp.h	2004-06-24 14:01:03 +09:00
+++ edited/include/net/tcp.h	2004-07-05 16:39:04 +09:00
@@ -1036,7 +1036,7 @@
 		break;
 
 	default:
-		printk(KERN_DEBUG "bug: unknown timer value\n");
+		printk(timer_bug_msg);
 	};
 }
 

-- 
Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@linux-ipv6.org>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] TCP: inline message
  2004-07-05  8:00 [PATCH] TCP: inline message YOSHIFUJI Hideaki / 吉藤英明
@ 2004-07-05 23:41 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-07-05 23:41 UTC (permalink / raw)
  To: yoshfuji; +Cc: netdev

On Mon, 05 Jul 2004 17:00:50 +0900 (JST)
YOSHIFUJI Hideaki / ^[$B5HF#1QL@^[(B <yoshfuji@linux-ipv6.org> wrote:

> D: [TCP] Diet using "unknown time value" message in net/ipv4/tcp_timer.c.
> 
> Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-07-05 23:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-05  8:00 [PATCH] TCP: inline message YOSHIFUJI Hideaki / 吉藤英明
2004-07-05 23:41 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).