public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mike Waychison <Michael.Waychison@Sun.COM>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] export complete_all
Date: Wed, 24 Mar 2004 17:50:12 -0500	[thread overview]
Message-ID: <406210A4.4030609@sun.com> (raw)

[-- 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();

             reply	other threads:[~2004-03-24 22:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-24 22:50 Mike Waychison [this message]
     [not found] ` <1080200277.5225.2.camel@laptop.fenrus.com>
2004-03-25 16:20   ` [PATCH] export complete_all Mike Waychison

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=406210A4.4030609@sun.com \
    --to=michael.waychison@sun.com \
    --cc=akpm@osdl.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