mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] EXPORT_SYMBOL(complete_all);
@ 2003-07-03  9:45 Manuel Estrada Sainz
  0 siblings, 0 replies; only message in thread
From: Manuel Estrada Sainz @ 2003-07-03  9:45 UTC (permalink / raw)
  To: LKML

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]

 Hi,

 Is there a reason not to export 'complete_all'?

 It would be handy to have for modules.

 Have a nice day

 	Manuel

-- 
--- Manuel Estrada Sainz <ranty@debian.org>
                         <ranty@bigfoot.com>
			 <ranty@users.sourceforge.net>
------------------------ <manuel.estrada@hispalinux.es> -------------------
Let us have the serenity to accept the things we cannot change, courage to
change the things we can, and wisdom to know the difference.

[-- Attachment #2: export_complete_all.diff --]
[-- Type: text/plain, Size: 490 bytes --]

Index: kernel/ksyms.c
===================================================================
RCS file: /home/cvs/linux-2.5/kernel/ksyms.c,v
retrieving revision 1.209
diff -u -r1.209 ksyms.c
--- kernel/ksyms.c	21 Jun 2003 16:20:40 -0000	1.209
+++ kernel/ksyms.c	3 Jul 2003 08:25:50 -0000
@@ -416,6 +416,7 @@
 /* completion handling */
 EXPORT_SYMBOL(wait_for_completion);
 EXPORT_SYMBOL(complete);
+EXPORT_SYMBOL(complete_all);
 
 /* The notion of irq probe/assignment is foreign to S/390 */
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-03  9:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-03  9:45 [PATCH] EXPORT_SYMBOL(complete_all); Manuel Estrada Sainz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®