This patch exports the __put_namespace symbol so that autofsng can call it as
a module (used as part of the call-out mechanism).
Signed-off-by: Mike Waychison <michael.waychison@sun.com>
---
namespace.c | 1 +
1 files changed, 1 insertion(+)
Index: linux-2.6.9-quilt/fs/namespace.c
===================================================================
--- linux-2.6.9-quilt.orig/fs/namespace.c 2004-10-22 17:17:41.368175224 -0400
+++ linux-2.6.9-quilt/fs/namespace.c 2004-10-22 17:17:45.491548376 -0400
@@ -1733,3 +1733,4 @@ void __put_namespace(struct namespace *n
mntput(namespace->root);
kfree(namespace);
}
+EXPORT_SYMBOL(__put_namespace);