[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <48292419.6010302@garzik.org>
Date: Tue, 13 May 2008 01:16:09 -0400
From: Jeff Garzik <jeff@...zik.org>
To: Hannes Hering <hannes.hering@...ux.vnet.ibm.com>
CC: linux-kernel@...r.kernel.org, linuxppc-dev@...abs.org,
netdev@...r.kernel.org, ossrosch@...ux.vnet.ibm.com,
ossthema@...ibm.com, raisch@...ibm.com, themann@...ibm.com,
tklein@...ibm.com
Subject: Re: [PATCH 1/3] [2.6.26] memory: Introduce exports for memory notifiers
Hannes Hering wrote:
> This patch introduces two exports to allow modules to use memory notifiers.
>
> Signed-off-by: Hannes Hering <hering2@...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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists