mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Mikael Pettersson <mikpe@csd.uu.se>
To: viro@parcelfarce.linux.theplanet.co.uk
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6: why no EXPORT_SYMBOL of get_sb_pseudo()?
Date: Wed, 1 Oct 2003 16:41:36 +0200	[thread overview]
Message-ID: <16250.59296.349391.866901@gargle.gargle.HOWL> (raw)
In-Reply-To: <16250.48302.182915.846180@gargle.gargle.HOWL>

Mikael Pettersson writes:
 > viro@parcelfarce.linux.theplanet.co.uk writes:
 >  > On Wed, Oct 01, 2003 at 11:04:30AM +0200, Mikael Pettersson wrote:
 >  > > fs/libfs.c:get_sb_pseudo() isn't exported to modules,
 >  > > but a lot of the other stuff in fs/libfs.c is.
 >  > > 
 >  > > Is there a particular reason for this or just an oversight?
 >  > > 
 >  > > Making a private copy of get_sb_pseudo()'s definition works
 >  > > in a module, but that's not exactly productive use of
 >  > > programmer time or source and object code space.
 >  > 
 >  > Are you really sure that get_sb_pseudo() is what you need?  It might be
 >  > possible, but I suspect that simple_fill_super() would be the right thing
 >  > to use.  Care to give details?
 > 
 > I have a pseudo fs to support special files constructed and
 > returned as the result of certain operations in the module.
 > 
 > This is very very similar to what e.g. pipefs does, so the
 > fs implementation is closely modelled after fs/pipe.c. And
 > since pipefs, futexes, and a number of other pseudo fs:s in
 > the kernel all use get_sb_pseudo() in their ->get_sb method,
 > I figured I should do the same.

I've now checked what simple_fill_super() does, and it doesn't
seem like a valid replacement for get_sb_pseudo(), especially
since it allocates a root directory inode and populates it.
This is clearly not needed for a pseudo fs that won't be mounted.

I can submit a trivial patch to export get_sb_pseudo(), but it
may fare better with Linus if Al ACKs it first.

/Mikael

      reply	other threads:[~2003-10-01 14:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-01  9:04 Mikael Pettersson
2003-10-01 11:03 ` viro
2003-10-01 11:38   ` Mikael Pettersson
2003-10-01 14:41     ` Mikael Pettersson [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=16250.59296.349391.866901@gargle.gargle.HOWL \
    --to=mikpe@csd.uu.se \
    --cc=linux-kernel@vger.kernel.org \
    --cc=viro@parcelfarce.linux.theplanet.co.uk \
    /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

all inboxes | Powered by JetHome®