[PATCH][2.5.59] Export get_sb_pseudo

Brice Goglin (bgoglin@ens-lyon.fr)
Thu, 23 Jan 2003 16:44:07 +0100


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-30864-1043336715-0001-2
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Content-Disposition: inline

Hi,

This very little patch exports the get_sb_pseudo symbol
(defined in fs/libfs.c) in kernel/ksyms.c to allow people
to create their own pseudo filesystem.

Regards

Brice Goglin
============
Ph.D Student
Laboratoire de l'Informatique et du Parallilisme
ENS Lyon
France

--=_courier-30864-1043336715-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="export_get_sb_pseudo-2.5.59.diff"
X-Mime-Autoconverted: from 8bit to 7bit by courier 0.39

diff -ruN v2.5.59/kernel/ksyms.c v2.5.59a/kernel/ksyms.c
--- v2.5.59/kernel/ksyms.c Thu Jan 23 16:17:45 2003
+++ v2.5.59a/kernel/ksyms.c Thu Jan 23 16:18:12 2003
@@ -332,6 +332,7 @@
EXPORT_SYMBOL(sget);
EXPORT_SYMBOL(set_anon_super);
EXPORT_SYMBOL(do_select);
+EXPORT_SYMBOL(get_sb_pseudo);

/* for stackable file systems (lofs, wrapfs, cryptfs, etc.) */
EXPORT_SYMBOL(default_llseek);

--=_courier-30864-1043336715-0001-2--