netdev.vger.kernel.org archive mirror
 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

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