[PATCH 22/28] VFS: Export put_namespace

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


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@xxxxxxx>
---

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);

-
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/