[PATCH 23/28] VFS: Export get_sb_pseudo

From: Mike Waychison
Date: Mon Oct 25 2004 - 19:19:12 EST


Export get_sb_pseudo for module use. Autofsng uses it to create files that
are used for feeding browsing information.

Signed-off-by: Mike Waychison <michael.waychison@xxxxxxx>
---

libfs.c | 1 +
1 files changed, 1 insertion(+)

Index: linux-2.6.9-quilt/fs/libfs.c
===================================================================
--- linux-2.6.9-quilt.orig/fs/libfs.c 2004-08-14 01:36:11.000000000 -0400
+++ linux-2.6.9-quilt/fs/libfs.c 2004-10-22 17:17:46.009469640 -0400
@@ -222,6 +222,7 @@ Enomem:
deactivate_super(s);
return ERR_PTR(-ENOMEM);
}
+EXPORT_SYMBOL(get_sb_pseudo);

int simple_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry)
{

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/