netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] sctp/outqueue.c: remove an unused function
@ 2004-10-28 23:03 Adrian Bunk
  2004-10-29  0:22 ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2004-10-28 23:03 UTC (permalink / raw)
  To: sri; +Cc: lksctp-developers, davem, netdev, linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The patch below removes an unused function from net/sctp/outqueue.c


diffstat output:
 net/sctp/outqueue.c |   10 ----------
 1 files changed, 10 deletions(-)


Signed-off-by: Adrian Bunk <bunk@stusta.de>

- --- linux-2.6.10-rc1-mm1-full/net/sctp/outqueue.c.old	2004-10-28 23:52:37.000000000 +0200
+++ linux-2.6.10-rc1-mm1-full/net/sctp/outqueue.c	2004-10-28 23:52:50.000000000 +0200
@@ -98,16 +98,6 @@
 	return;
 }
 
- -/* Insert a chunk behind chunk 'pos'. */
- -static inline void sctp_outq_insert_data(struct sctp_outq *q,
- -					 struct sctp_chunk *ch,
- -					 struct sctp_chunk *pos)
- -{
- -	__skb_insert((struct sk_buff *)ch, (struct sk_buff *)pos->prev,
- -		     (struct sk_buff *)pos, pos->list);
- -	q->out_qlen += ch->skb->len;
- -}
- -
 /*
  * SFR-CACC algorithm:
  * D) If count_of_newacks is greater than or equal to 2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFBgXrZmfzqmE8StAARAlEHAKCevPmOKkcjYcF2vr7Mjg1wsJ85eQCgtAIH
io31PrS52XafNuCn8gJAu1Q=
=KiNr
-----END PGP SIGNATURE-----

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

* [2.6 patch] sctp/outqueue.c: remove an unused function
  2004-10-28 23:03 [2.6 patch] sctp/outqueue.c: remove an unused function Adrian Bunk
@ 2004-10-29  0:22 ` Adrian Bunk
  2004-11-02  0:57   ` David S. Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2004-10-29  0:22 UTC (permalink / raw)
  To: sri; +Cc: lksctp-developers, davem, netdev, linux-kernel

[ this time without the problems due to a digital signature... ]

The patch below removes an unused function from net/sctp/outqueue.c


diffstat output:
 net/sctp/outqueue.c |   10 ----------
 1 files changed, 10 deletions(-)


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.10-rc1-mm1-full/net/sctp/outqueue.c.old	2004-10-28 23:52:37.000000000 +0200
+++ linux-2.6.10-rc1-mm1-full/net/sctp/outqueue.c	2004-10-28 23:52:50.000000000 +0200
@@ -98,16 +98,6 @@
 	return;
 }
 
-/* Insert a chunk behind chunk 'pos'. */
-static inline void sctp_outq_insert_data(struct sctp_outq *q,
-					 struct sctp_chunk *ch,
-					 struct sctp_chunk *pos)
-{
-	__skb_insert((struct sk_buff *)ch, (struct sk_buff *)pos->prev,
-		     (struct sk_buff *)pos, pos->list);
-	q->out_qlen += ch->skb->len;
-}
-
 /*
  * SFR-CACC algorithm:
  * D) If count_of_newacks is greater than or equal to 2

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

* Re: [2.6 patch] sctp/outqueue.c: remove an unused function
  2004-10-29  0:22 ` Adrian Bunk
@ 2004-11-02  0:57   ` David S. Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David S. Miller @ 2004-11-02  0:57 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: sri, lksctp-developers, netdev, linux-kernel

On Fri, 29 Oct 2004 02:22:01 +0200
Adrian Bunk <bunk@stusta.de> wrote:

> The patch below removes an unused function from net/sctp/outqueue.c

Applied, thanks Adrian.

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

end of thread, other threads:[~2004-11-02  0:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-28 23:03 [2.6 patch] sctp/outqueue.c: remove an unused function Adrian Bunk
2004-10-29  0:22 ` Adrian Bunk
2004-11-02  0:57   ` 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).