* [PATCH] export complete_all
@ 2004-03-24 22:50 Mike Waychison
[not found] ` <1080200277.5225.2.camel@laptop.fenrus.com>
0 siblings, 1 reply; 2+ messages in thread
From: Mike Waychison @ 2004-03-24 22:50 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 735 bytes --]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
No idea why it hasn't been done already, but complete_all wasn't
exported while complete was.
Please apply,
- --
Mike Waychison
Sun Microsystems, Inc.
1 (650) 352-5299 voice
1 (416) 202-8336 voice
mailto: Michael.Waychison@Sun.COM
http://www.sun.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NOTICE: The opinions expressed in this email are held by me,
and may not represent the views of Sun Microsystems, Inc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFAYhCjdQs4kOxk3/MRAsfQAJ9UuLA3lcBctZl0S961wCFVgE9x6wCfSFlt
HHJ72qURp63J5cPKoojMDvY=
=l/qU
-----END PGP SIGNATURE-----
[-- Attachment #2: export_complete_all.patch --]
[-- Type: text/x-patch, Size: 881 bytes --]
# 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.1493 -> 1.1494
# kernel/sched.c 1.255 -> 1.256
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 04/03/24 michael.waychison@fp-b7-17.sfbay.sun.com 1.1494
# sched.c:
# - Export complete_all for module use.
# --------------------------------------------
#
diff -Nru a/kernel/sched.c b/kernel/sched.c
--- a/kernel/sched.c Wed Mar 24 15:30:26 2004
+++ b/kernel/sched.c Wed Mar 24 15:30:26 2004
@@ -1869,6 +1869,8 @@
spin_unlock_irqrestore(&x->wait.lock, flags);
}
+EXPORT_SYMBOL(complete_all);
+
void fastcall wait_for_completion(struct completion *x)
{
might_sleep();
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] export complete_all
[not found] ` <1080200277.5225.2.camel@laptop.fenrus.com>
@ 2004-03-25 16:20 ` Mike Waychison
0 siblings, 0 replies; 2+ messages in thread
From: Mike Waychison @ 2004-03-25 16:20 UTC (permalink / raw)
To: arjanv; +Cc: Andrew Morton, linux-kernel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Arjan van de Ven wrote:
| On Wed, 2004-03-24 at 23:50, Mike Waychison wrote:
|
|>-----BEGIN PGP SIGNED MESSAGE-----
|>Hash: SHA1
|>
|>No idea why it hasn't been done already, but complete_all wasn't
|>exported while complete was.
|
|
| which module is using this ?
None at the moment, so getting this applied isn't neccesarily a high
priority. Actually, the only in-tree caller is fs/exec.c:do_coredump.
I'm currently working on writing a new autofs stack and will eventually
~ need this call exported. It seems strange to me that we'd only export
portions of an api like this.
- --
Mike Waychison
Sun Microsystems, Inc.
1 (650) 352-5299 voice
1 (416) 202-8336 voice
mailto: Michael.Waychison@Sun.COM
http://www.sun.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NOTICE: The opinions expressed in this email are held by me,
and may not represent the views of Sun Microsystems, Inc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFAYwa3dQs4kOxk3/MRAo5vAJ423HBBuES9xxzWOUW5Ms+jWUtfGwCgkoIf
V3yDiSgsetl5A4pOUdRvkXQ=
=/zUy
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-03-25 16:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-24 22:50 [PATCH] export complete_all Mike Waychison
[not found] ` <1080200277.5225.2.camel@laptop.fenrus.com>
2004-03-25 16:20 ` Mike Waychison
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox