* [PATCH][2.5.59] Export get_sb_pseudo
@ 2003-01-23 15:44 Brice Goglin
0 siblings, 0 replies; only message in thread
From: Brice Goglin @ 2003-01-23 15:44 UTC (permalink / raw)
To: viro; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 272 bytes --]
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 Parallélisme
ENS Lyon
France
[-- Attachment #2: export_get_sb_pseudo-2.5.59.diff --]
[-- Type: text/plain, Size: 398 bytes --]
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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-23 15:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-23 15:44 [PATCH][2.5.59] Export get_sb_pseudo Brice Goglin
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®