netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Remove prototypes of nonexistent functions from net/sctp files
@ 2004-07-18 19:48 Carl Spalletta
  2004-07-19 14:14 ` La Monte H.P. Yarroll
  0 siblings, 1 reply; 2+ messages in thread
From: Carl Spalletta @ 2004-07-18 19:48 UTC (permalink / raw)
  To: lkml; +Cc: netdev

diff -ru linux-2.6.7-orig/net/sctp/socket.c linux-2.6.7-new/net/sctp/socket.c
--- linux-2.6.7-orig/net/sctp/socket.c  2004-06-15 22:20:26.000000000 -0700
+++ linux-2.6.7-new/net/sctp/socket.c   2004-07-18 08:54:08.000000000 -0700
@@ -109,7 +109,6 @@
 static char *sctp_hmac_alg = SCTP_COOKIE_HMAC_ALG;

 extern kmem_cache_t *sctp_bucket_cachep;
-extern int sctp_assoc_valid(struct sock *sk, struct sctp_association *asoc);

 /* Look up the association by its id.  If this is not a UDP-style
  * socket, the ID field is always ignored.

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

* Re: [PATCH] Remove prototypes of nonexistent functions from net/sctp files
  2004-07-18 19:48 [PATCH] Remove prototypes of nonexistent functions from net/sctp files Carl Spalletta
@ 2004-07-19 14:14 ` La Monte H.P. Yarroll
  0 siblings, 0 replies; 2+ messages in thread
From: La Monte H.P. Yarroll @ 2004-07-19 14:14 UTC (permalink / raw)
  To: Sridhar Samudrala; +Cc: Carl Spalletta, lkml, netdev, ML lksctp

This function went away in Februrary (change 1.67 on associola.c) due to
changing the assoc id from a kernel address to an abstract address. The
check is now done by looking at a single field in the association struct.

Signed-off-by: La Monte H.P. Yarroll <piggy@baqaqi.chi.il.us>

Carl Spalletta wrote:

>diff -ru linux-2.6.7-orig/net/sctp/socket.c linux-2.6.7-new/net/sctp/socket.c
>--- linux-2.6.7-orig/net/sctp/socket.c  2004-06-15 22:20:26.000000000 -0700
>+++ linux-2.6.7-new/net/sctp/socket.c   2004-07-18 08:54:08.000000000 -0700
>@@ -109,7 +109,6 @@
> static char *sctp_hmac_alg = SCTP_COOKIE_HMAC_ALG;
>
> extern kmem_cache_t *sctp_bucket_cachep;
>-extern int sctp_assoc_valid(struct sock *sk, struct sctp_association *asoc);
>
> /* Look up the association by its id.  If this is not a UDP-style
>  * socket, the ID field is always ignored.
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/
>
>  
>

-- 
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell's sig

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

end of thread, other threads:[~2004-07-19 14:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-18 19:48 [PATCH] Remove prototypes of nonexistent functions from net/sctp files Carl Spalletta
2004-07-19 14:14 ` La Monte H.P. Yarroll

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).