From: Sam Ravnborg <sam@ravnborg.org>
To: Andrew Morton <akpm@digeo.com>
Cc: "Pawel Kot" <pkot@bezsensu.pl>,
"Rusty Russell" <rusty@rustcorp.com.au>,
"Dieter Nützel" <Dieter.Nuetzel@hamburg.de>,
"Anton Altaparmakov" <aia21@cantab.net>,
"Linux Kernel List" <linux-kernel@vger.kernel.org>
Subject: Re: 2.5.45: NTFS unresolved symbol
Date: Fri, 1 Nov 2002 21:00:42 +0100 [thread overview]
Message-ID: <20021101200042.GB1832@mars.ravnborg.org> (raw)
In-Reply-To: <3DC2DAA0.A46C5085@digeo.com>
On Fri, Nov 01, 2002 at 11:48:48AM -0800, Andrew Morton wrote:
> We have these magical symbols which describe the offset of
> a member of the per-cpu storage, which need to be exposed
> to modules. So I added an EXPORT_PER_CPU_SYMBOL() helper:
>
> #define EXPORT_PER_CPU_SYMBOL(var) EXPORT_SYMBOL(var##__per_cpu)
> #define EXPORT_PER_CPU_SYMBOL_GPL(var) EXPORT_SYMBOL_GPL(var##__per_cpu)
I would expect the following to work:
#define EXPORT_SYMBOL_PER_CPU(var) EXPORT_SYMBOL(var##__per_cpu)
#define EXPORT_SYMBOL_PER_CPU_GPL(var) EXPORT_SYMBOL_GPL(var##__per_cpu)
In this case the magic "EXPORT_SYMBOL" is still present.
Sam
next prev parent reply other threads:[~2002-11-01 19:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-01 3:31 2.5.45: NTFS unresolved symbol Dieter Nützel
2002-11-01 12:20 ` Pawel Kot
2002-11-01 19:48 ` Andrew Morton
2002-11-01 20:00 ` Sam Ravnborg [this message]
2002-11-01 22:24 ` Rusty Russell
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=20021101200042.GB1832@mars.ravnborg.org \
--to=sam@ravnborg.org \
--cc=Dieter.Nuetzel@hamburg.de \
--cc=aia21@cantab.net \
--cc=akpm@digeo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pkot@bezsensu.pl \
--cc=rusty@rustcorp.com.au \
/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