* [2.6 patch] make dccp_write_xmit_timer() static again
@ 2007-03-24 13:06 Adrian Bunk
2007-03-25 4:01 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2007-03-24 13:06 UTC (permalink / raw)
To: Gerrit Renker, David S. Miller; +Cc: acme, dccp, netdev
dccp_write_xmit_timer() needlessly became global.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
net/dccp/dccp.h | 1 -
net/dccp/timer.c | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
--- linux-2.6.21-rc4-mm1/net/dccp/dccp.h.old 2007-03-23 23:39:37.000000000 +0100
+++ linux-2.6.21-rc4-mm1/net/dccp/dccp.h 2007-03-23 23:39:58.000000000 +0100
@@ -191,7 +191,6 @@
const enum dccp_pkt_type pkt_type);
extern void dccp_write_xmit(struct sock *sk, int block);
-extern void dccp_write_xmit_timer(unsigned long data);
extern void dccp_write_space(struct sock *sk);
extern void dccp_init_xmit_timers(struct sock *sk);
--- linux-2.6.21-rc4-mm1/net/dccp/timer.c.old 2007-03-23 23:40:07.000000000 +0100
+++ linux-2.6.21-rc4-mm1/net/dccp/timer.c 2007-03-23 23:40:14.000000000 +0100
@@ -262,7 +262,7 @@
}
/* Transmit-delay timer: used by the CCIDs to delay actual send time */
-void dccp_write_xmit_timer(unsigned long data)
+static void dccp_write_xmit_timer(unsigned long data)
{
struct sock *sk = (struct sock *)data;
struct dccp_sock *dp = dccp_sk(sk);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [2.6 patch] make dccp_write_xmit_timer() static again
2007-03-24 13:06 [2.6 patch] make dccp_write_xmit_timer() static again Adrian Bunk
@ 2007-03-25 4:01 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-03-25 4:01 UTC (permalink / raw)
To: bunk; +Cc: gerrit, acme, dccp, netdev
From: Adrian Bunk <bunk@stusta.de>
Date: Sat, 24 Mar 2007 14:06:52 +0100
> dccp_write_xmit_timer() needlessly became global.
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Applied, thanks Adrian.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-25 4:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-24 13:06 [2.6 patch] make dccp_write_xmit_timer() static again Adrian Bunk
2007-03-25 4:01 ` David 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).