public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Stephen C. Tweedie" <sct@redhat.com>
To: "Peter J. Braam" <braam@clusterfilesystem.com>
Cc: linux-kernel@vger.kernel.org, mason@suse.com, sct@redhat.com
Subject: Re: modules/ksyms/filenames
Date: Thu, 19 Jul 2001 23:36:25 +0100	[thread overview]
Message-ID: <20010719233625.X6826@redhat.com> (raw)
In-Reply-To: <20010719155400.E27553@lustre.clusterfilesystem.com>
In-Reply-To: <20010719155400.E27553@lustre.clusterfilesystem.com>; from braam@clusterfilesystem.com on Thu, Jul 19, 2001 at 03:54:00PM -0600

Hi,

On Thu, Jul 19, 2001 at 03:54:00PM -0600, Peter J. Braam wrote:
> I'm trying to export a symbol (journal_begin/end) from
> fs/reiserfs/journal.c. To export the symbols I added to the Makefile:
> export-objs := journal.o
> 
> There is also a file fs/jbd/journal.c which exports symbols. 
> 
> It seems that the two journal.ver files in include/modules/*.ver get
> clobbered.
> 
> Short of renaming files, is there a good solution for this? 

Yes, you can add the EXPORT_SYMBOL to a different source file --- you
don't have to do the export from the same file which defines the
symbol.  linux/kernel/ksyms.c contains exports from all over the rest
of the kernel, for example.  If you pick a reiserfs source file which
already exports symbols and add your exports there, I _think_ it
should work OK.

Cheers,
 Stephen

  reply	other threads:[~2001-07-20 10:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-19 21:54 modules/ksyms/filenames Peter J. Braam
2001-07-19 22:36 ` Stephen C. Tweedie [this message]
2001-07-20  1:02 ` modules/ksyms/filenames Keith Owens

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=20010719233625.X6826@redhat.com \
    --to=sct@redhat.com \
    --cc=braam@clusterfilesystem.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mason@suse.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox