From: Jeff Garzik <jeff@garzik.org>
To: Hannes Hering <hannes.hering@linux.vnet.ibm.com>
Cc: tklein@de.ibm.com, themann@de.ibm.com, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, raisch@de.ibm.com,
ossrosch@linux.vnet.ibm.com, linuxppc-dev@ozlabs.org,
ossthema@de.ibm.com
Subject: Re: [PATCH 1/3] [2.6.26] memory: Introduce exports for memory notifiers
Date: Tue, 13 May 2008 01:16:09 -0400 [thread overview]
Message-ID: <48292419.6010302@garzik.org> (raw)
In-Reply-To: <200805071443.02145.hannes.hering@linux.vnet.ibm.com>
Hannes Hering wrote:
> This patch introduces two exports to allow modules to use memory notifiers.
>
> Signed-off-by: Hannes Hering <hering2@de.ibm.com>
> ---
>
> diff --git a/drivers/base/memory.c b/drivers/base/memory.c
> index 8ce6de5..937e825 100644
> --- a/drivers/base/memory.c
> +++ b/drivers/base/memory.c
> @@ -53,11 +53,13 @@ int register_memory_notifier(struct notifier_block *nb)
> {
> return blocking_notifier_chain_register(&memory_chain, nb);
> }
> +EXPORT_SYMBOL(register_memory_notifier);
>
> void unregister_memory_notifier(struct notifier_block *nb)
> {
> blocking_notifier_chain_unregister(&memory_chain, nb);
> }
> +EXPORT_SYMBOL(unregister_memory_notifier);
applied 1-3
WARNING: multiple messages have this Message-ID (diff)
From: Jeff Garzik <jeff@garzik.org>
To: Hannes Hering <hannes.hering@linux.vnet.ibm.com>
Cc: linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org,
netdev@vger.kernel.org, ossrosch@linux.vnet.ibm.com,
ossthema@de.ibm.com, raisch@de.ibm.com, themann@de.ibm.com,
tklein@de.ibm.com
Subject: Re: [PATCH 1/3] [2.6.26] memory: Introduce exports for memory notifiers
Date: Tue, 13 May 2008 01:16:09 -0400 [thread overview]
Message-ID: <48292419.6010302@garzik.org> (raw)
In-Reply-To: <200805071443.02145.hannes.hering@linux.vnet.ibm.com>
Hannes Hering wrote:
> This patch introduces two exports to allow modules to use memory notifiers.
>
> Signed-off-by: Hannes Hering <hering2@de.ibm.com>
> ---
>
> diff --git a/drivers/base/memory.c b/drivers/base/memory.c
> index 8ce6de5..937e825 100644
> --- a/drivers/base/memory.c
> +++ b/drivers/base/memory.c
> @@ -53,11 +53,13 @@ int register_memory_notifier(struct notifier_block *nb)
> {
> return blocking_notifier_chain_register(&memory_chain, nb);
> }
> +EXPORT_SYMBOL(register_memory_notifier);
>
> void unregister_memory_notifier(struct notifier_block *nb)
> {
> blocking_notifier_chain_unregister(&memory_chain, nb);
> }
> +EXPORT_SYMBOL(unregister_memory_notifier);
applied 1-3
next prev parent reply other threads:[~2008-05-13 5:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-07 12:43 [PATCH 1/3] [2.6.26] memory: Introduce exports for memory notifiers Hannes Hering
2008-05-07 12:43 ` Hannes Hering
2008-05-13 5:16 ` Jeff Garzik [this message]
2008-05-13 5:16 ` Jeff Garzik
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=48292419.6010302@garzik.org \
--to=jeff@garzik.org \
--cc=hannes.hering@linux.vnet.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=netdev@vger.kernel.org \
--cc=ossrosch@linux.vnet.ibm.com \
--cc=ossthema@de.ibm.com \
--cc=raisch@de.ibm.com \
--cc=themann@de.ibm.com \
--cc=tklein@de.ibm.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.