From: Manuel Estrada Sainz <ranty@debian.org>
To: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH] EXPORT_SYMBOL(complete_all);
Date: Thu, 3 Jul 2003 11:45:45 +0200 [thread overview]
Message-ID: <20030703094545.GD12411@ranty.pantax.net> (raw)
[-- 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 */
reply other threads:[~2003-07-03 9:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030703094545.GD12411@ranty.pantax.net \
--to=ranty@debian.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®