netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][ATM]: [lec] lec_push() races with vcc->proto_data
@ 2004-03-24 23:12 chas williams (contractor)
  2004-03-25 21:03 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: chas williams (contractor) @ 2004-03-24 23:12 UTC (permalink / raw)
  To: davem; +Cc: netdev

please apply to the 2.6 and 2.4 kernels.

thanks!

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1674  -> 1.1675 
#	       net/atm/lec.c	1.39    -> 1.40   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 04/03/24	chas@relax.cmf.nrl.navy.mil	1.1675
# [ATM]: [lec] lec_push() races with vcc->proto_data
# --------------------------------------------
#
diff -Nru a/net/atm/lec.c b/net/atm/lec.c
--- a/net/atm/lec.c	Wed Mar 24 15:17:37 2004
+++ b/net/atm/lec.c	Wed Mar 24 15:17:37 2004
@@ -797,8 +797,8 @@
 	vcc->pop = lec_pop;
         lec_vcc_added(dev_lec[ioc_data.dev_num]->priv, 
                       &ioc_data, vcc, vcc->push);
-        vcc->push = lec_push;
         vcc->proto_data = dev_lec[ioc_data.dev_num];
+        vcc->push = lec_push;
         return 0;
 }
 

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

* Re: [PATCH][ATM]: [lec] lec_push() races with vcc->proto_data
  2004-03-24 23:12 [PATCH][ATM]: [lec] lec_push() races with vcc->proto_data chas williams (contractor)
@ 2004-03-25 21:03 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-03-25 21:03 UTC (permalink / raw)
  To: chas3; +Cc: chas, netdev

On Wed, 24 Mar 2004 18:12:22 -0500
"chas williams (contractor)" <chas@cmf.nrl.navy.mil> wrote:

> please apply to the 2.6 and 2.4 kernels.
 ...
> # [ATM]: [lec] lec_push() races with vcc->proto_data

Applied, thanks Chas.

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

end of thread, other threads:[~2004-03-25 21:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-24 23:12 [PATCH][ATM]: [lec] lec_push() races with vcc->proto_data chas williams (contractor)
2004-03-25 21:03 ` 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).