Received: with ECARTIS (v1.0.0; list netdev); Thu, 28 Oct 2004 16:04:50 -0700 (PDT) Received: from mailout.stusta.mhn.de (mailout.stusta.mhn.de [141.84.69.5]) by oss.sgi.com (8.13.0/8.13.0) with SMTP id i9SN4jbm029414 for ; Thu, 28 Oct 2004 16:04:45 -0700 Received: (qmail 5192 invoked from network); 28 Oct 2004 23:04:24 -0000 Received: from r063144.stusta.swh.mhn.de (10.150.63.144) by mailout.stusta.mhn.de with SMTP; 28 Oct 2004 23:04:24 -0000 Received: by r063144.stusta.swh.mhn.de (Postfix, from userid 1000) id 4E93AAF825; Fri, 29 Oct 2004 01:03:53 +0200 (CEST) Date: Fri, 29 Oct 2004 01:03:53 +0200 From: Adrian Bunk To: sri@us.ibm.com Cc: lksctp-developers@lists.sourceforge.net, davem@davemloft.net, netdev@oss.sgi.com, linux-kernel@vger.kernel.org Subject: [2.6 patch] sctp/outqueue.c: remove an unused function Message-ID: <20041028230353.GW3207@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i X-archive-position: 11028 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: bunk@stusta.de Precedence: bulk X-list: netdev -----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 - --- 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-----