lkml.org 
[lkml]   [2004]   [Oct]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH 23/28] VFS: Export get_sb_pseudo
Date
From
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@sun.com>
---

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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:07    [W:0.042 / U:0.644 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site