From: Roland Dreier <roland@topspin.com>
To: akpm@osdl.org
Cc: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>,
linux-kernel@vger.kernel.org
Subject: [PATCH] Export get_sb_pseudo()
Date: Sat, 08 Jan 2005 12:33:46 -0800 [thread overview]
Message-ID: <52brbz1x05.fsf_-_@topspin.com> (raw)
In-Reply-To: <20050108193101.GD26051@parcelfarce.linux.theplanet.co.uk> (Al Viro's message of "Sat, 8 Jan 2005 19:31:01 +0000")
Al> So feel free to go ahead and export it; as the matter of fact,
Al> if you don't do it, I will.
Thanks, here's the trivial patch.
Export get_sb_pseudo() so that modules can create unmountable
pseudo-filesystems cleanly.
Signed-off-by: Roland Dreier <roland@topspin.com>
Index: linux-bk/fs/libfs.c
===================================================================
--- linux-bk.orig/fs/libfs.c 2004-12-29 22:05:29.000000000 -0800
+++ linux-bk/fs/libfs.c 2005-01-06 13:13:26.254907840 -0800
@@ -522,6 +522,7 @@
EXPORT_SYMBOL(dcache_dir_open);
EXPORT_SYMBOL(dcache_readdir);
EXPORT_SYMBOL(generic_read_dir);
+EXPORT_SYMBOL(get_sb_pseudo);
EXPORT_SYMBOL(simple_commit_write);
EXPORT_SYMBOL(simple_dir_inode_operations);
EXPORT_SYMBOL(simple_dir_operations);
prev parent reply other threads:[~2005-01-08 20:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <52k6qn229h.fsf@topspin.com>
2005-01-08 19:31 ` Export get_sb_pseudo()? Al Viro
2005-01-08 19:42 ` Christoph Hellwig
2005-01-08 20:33 ` Roland Dreier [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=52brbz1x05.fsf_-_@topspin.com \
--to=roland@topspin.com \
--cc=akpm@osdl.org \
--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;
as well as URLs for NNTP newsgroup(s).