All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][ATM][2.4] export try_atm_clip_ops not atm_clip_ops_mutex
@ 2003-07-29 17:57 chas williams
  2003-07-30  5:33 ` David S. Miller
  0 siblings, 1 reply; 6+ messages in thread
From: chas williams @ 2003-07-29 17:57 UTC (permalink / raw)
  To: davem; +Cc: netdev

please apply to 2.4 -- thanks

[atm]: export try_atm_clip_ops not atm_clip_ops_mutex

# 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.1037  -> 1.1038 
#	    net/atm/common.c	1.29    -> 1.30   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/07/22	chas@relax.cmf.nrl.navy.mil	1.1038
# export try_atm_clip_ops not atm_clip_ops_mutex
# --------------------------------------------
#
diff -Nru a/net/atm/common.c b/net/atm/common.c
--- a/net/atm/common.c	Tue Jul 29 13:58:11 2003
+++ b/net/atm/common.c	Tue Jul 29 13:58:11 2003
@@ -124,7 +124,7 @@
 
 #ifdef CONFIG_ATM_CLIP_MODULE
 EXPORT_SYMBOL(atm_clip_ops);
-EXPORT_SYMBOL(atm_clip_ops_mutex);
+EXPORT_SYMBOL(try_atm_clip_ops);
 EXPORT_SYMBOL(atm_clip_ops_set);
 #endif
 #endif

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

* Re: [PATCH][ATM][2.4] export try_atm_clip_ops not atm_clip_ops_mutex
  2003-07-29 17:57 [PATCH][ATM][2.4] export try_atm_clip_ops not atm_clip_ops_mutex chas williams
@ 2003-07-30  5:33 ` David S. Miller
  2003-07-30  9:24   ` Christoph Hellwig
  0 siblings, 1 reply; 6+ messages in thread
From: David S. Miller @ 2003-07-30  5:33 UTC (permalink / raw)
  To: chas3; +Cc: chas, netdev

On Tue, 29 Jul 2003 13:57:05 -0400
chas williams <chas@cmf.nrl.navy.mil> wrote:

> please apply to 2.4 -- thanks
> 
> [atm]: export try_atm_clip_ops not atm_clip_ops_mutex

Applied, will go into 2.4.23-preX

Thanks.

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

* Re: [PATCH][ATM][2.4] export try_atm_clip_ops not atm_clip_ops_mutex
  2003-07-30  5:33 ` David S. Miller
@ 2003-07-30  9:24   ` Christoph Hellwig
  2003-07-30 14:32     ` chas williams
  0 siblings, 1 reply; 6+ messages in thread
From: Christoph Hellwig @ 2003-07-30  9:24 UTC (permalink / raw)
  To: David S. Miller; +Cc: chas3, chas, netdev

On Tue, Jul 29, 2003 at 10:33:27PM -0700, David S. Miller wrote:
> On Tue, 29 Jul 2003 13:57:05 -0400
> chas williams <chas@cmf.nrl.navy.mil> wrote:
> 
> > please apply to 2.4 -- thanks
> > 
> > [atm]: export try_atm_clip_ops not atm_clip_ops_mutex
> 
> Applied, will go into 2.4.23-preX

Hmm, this looks like a fix for modular compilation and should
probably go into 2.4.22..

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

* Re: [PATCH][ATM][2.4] export try_atm_clip_ops not atm_clip_ops_mutex
  2003-07-30  9:24   ` Christoph Hellwig
@ 2003-07-30 14:32     ` chas williams
  2003-07-30 22:58       ` David S. Miller
  0 siblings, 1 reply; 6+ messages in thread
From: chas williams @ 2003-07-30 14:32 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: David S. Miller, netdev

In message <20030730102437.B3901@infradead.org>,Christoph Hellwig writes:
>On Tue, Jul 29, 2003 at 10:33:27PM -0700, David S. Miller wrote:
>> On Tue, 29 Jul 2003 13:57:05 -0400
>> chas williams <chas@cmf.nrl.navy.mil> wrote:
>> 
>> > please apply to 2.4 -- thanks
>> > 
>> > [atm]: export try_atm_clip_ops not atm_clip_ops_mutex
>> 
>> Applied, will go into 2.4.23-preX
>
>Hmm, this looks like a fix for modular compilation and should
>probably go into 2.4.22..

i would prefer it to be applied to 2.4.22 but if it cant be done
it cant be done.  i am not pressed.

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

* Re: [PATCH][ATM][2.4] export try_atm_clip_ops not atm_clip_ops_mutex
  2003-07-30 14:32     ` chas williams
@ 2003-07-30 22:58       ` David S. Miller
  2003-07-31 14:24         ` chas williams
  0 siblings, 1 reply; 6+ messages in thread
From: David S. Miller @ 2003-07-30 22:58 UTC (permalink / raw)
  To: chas3; +Cc: chas, hch, netdev

On Wed, 30 Jul 2003 10:32:31 -0400
chas williams <chas@cmf.nrl.navy.mil> wrote:

> In message <20030730102437.B3901@infradead.org>,Christoph Hellwig writes:
> >On Tue, Jul 29, 2003 at 10:33:27PM -0700, David S. Miller wrote:
> >Hmm, this looks like a fix for modular compilation and should
> >probably go into 2.4.22..
> 
> i would prefer it to be applied to 2.4.22 but if it cant be done
> it cant be done.  i am not pressed.

Modular ATM is a new attribute of 2.4.22, so if it is broken in
some way we are no worse off than we were in 2.4.21

I really don't consider this critical at all.  And itsy bitsy fixes
like this continually pouring into Marcelo's tree in late stages are
why his releases get delayed for so long, and I'm not going to
contribute to that problem.

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

* Re: [PATCH][ATM][2.4] export try_atm_clip_ops not atm_clip_ops_mutex
  2003-07-30 22:58       ` David S. Miller
@ 2003-07-31 14:24         ` chas williams
  0 siblings, 0 replies; 6+ messages in thread
From: chas williams @ 2003-07-31 14:24 UTC (permalink / raw)
  To: David S. Miller; +Cc: hch, netdev

In message <20030730155844.43ca22d9.davem@redhat.com>,"David S. Miller" writes:
>I really don't consider this critical at all.  And itsy bitsy fixes
>like this continually pouring into Marcelo's tree in late stages are
>why his releases get delayed for so long, and I'm not going to
>contribute to that problem.

fine with me.  like i said, i am not pressed about it.

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

end of thread, other threads:[~2003-07-31 14:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-29 17:57 [PATCH][ATM][2.4] export try_atm_clip_ops not atm_clip_ops_mutex chas williams
2003-07-30  5:33 ` David S. Miller
2003-07-30  9:24   ` Christoph Hellwig
2003-07-30 14:32     ` chas williams
2003-07-30 22:58       ` David S. Miller
2003-07-31 14:24         ` chas williams

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.