All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
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: Fri, 20 Jul 2001 11:02:00 +1000	[thread overview]
Message-ID: <8128.995590920@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "Thu, 19 Jul 2001 15:54:00 CST." <20010719155400.E27553@lustre.clusterfilesystem.com>

On Thu, 19 Jul 2001 15:54:00 -0600, 
"Peter J. Braam" <braam@clusterfs.com> 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 is a "feature" of the module symbol versioning that all objects
which export symbols must have globally unique basenames.  Stupid, I
know, and it will disappear in 2.5.  In the meantime, create
fs/reiserfs/reiserfs_ksyms.c and export the symbols in there.  See
kernel/ksyms.c for an example.


      parent reply	other threads:[~2001-07-20  1:03 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 ` modules/ksyms/filenames Stephen C. Tweedie
2001-07-20  1:02 ` Keith Owens [this message]

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=8128.995590920@kao2.melbourne.sgi.com \
    --to=kaos@ocs.com.au \
    --cc=braam@clusterfilesystem.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mason@suse.com \
    --cc=sct@redhat.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.