netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1][ATM]: sk_atm() conversion missed subtle change of vcc
@ 2005-04-14 17:48 chas williams - CONTRACTOR
  2005-04-21 23:45 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: chas williams - CONTRACTOR @ 2005-04-14 17:48 UTC (permalink / raw)
  To: netdev; +Cc: davem

please apply to 2.6 -- thanks!

# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
#   2005/04/14 13:42:33-04:00 chas@relax.cmf.nrl.navy.mil 
#   [ATM]: sk_atm() conversion missed subtle change of vcc
#   
#   Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
# 
# net/atm/signaling.c
#   2005/04/14 13:42:11-04:00 chas@relax.cmf.nrl.navy.mil +1 -0
#   [ATM]: sk_atm() conversion missed subtle change of vcc
#   
#   Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
# 
diff -Nru a/net/atm/signaling.c b/net/atm/signaling.c
--- a/net/atm/signaling.c	2005-04-14 13:47:32 -04:00
+++ b/net/atm/signaling.c	2005-04-14 13:47:32 -04:00
@@ -134,6 +134,7 @@
 			break;
 		case as_indicate:
 			vcc = *(struct atm_vcc **) &msg->listen_vcc;
+			sk = sk_atm(vcc);
 			DPRINTK("as_indicate!!!\n");
 			lock_sock(sk);
 			if (sk_acceptq_is_full(sk)) {

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

* Re: [PATCH 1/1][ATM]: sk_atm() conversion missed subtle change of vcc
  2005-04-14 17:48 [PATCH 1/1][ATM]: sk_atm() conversion missed subtle change of vcc chas williams - CONTRACTOR
@ 2005-04-21 23:45 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2005-04-21 23:45 UTC (permalink / raw)
  To: chas williams - CONTRACTOR; +Cc: netdev, davem

On Thu, 14 Apr 2005 13:48:06 -0400
"chas williams - CONTRACTOR" <chas@cmf.nrl.navy.mil> wrote:

> please apply to 2.6 -- thanks!

Applied, thanks Chas.

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

end of thread, other threads:[~2005-04-21 23:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-14 17:48 [PATCH 1/1][ATM]: sk_atm() conversion missed subtle change of vcc chas williams - CONTRACTOR
2005-04-21 23:45 ` 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).