login
Header Space

 
 

[PATCH 22/28] VFS: Export put_namespace

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
Cc: <raven@...>
Date: Monday, October 25, 2004 - 10:49 am

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);
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 15/28] VFS: Mountpoint file descriptor umount support, Mike Waychison, (Mon Oct 25, 10:46 am)
Re: [PATCH 15/28] VFS: Mountpoint file descriptor umount sup..., Christoph Hellwig, (Tue Oct 26, 6:28 am)
[PATCH 16/28] VFS: Mountpoint file descriptor attach support, Mike Waychison, (Mon Oct 25, 10:46 am)
[PATCH 17/28] VFS: Mountpoint file descriptor walking, Mike Waychison, (Mon Oct 25, 10:47 am)
[PATCH 19/28] VFS: Mountpoint file descriptor expiry support, Mike Waychison, (Mon Oct 25, 10:48 am)
[PATCH 20/28] HOTPLUG: call_usermodehelper callback support, Mike Waychison, (Mon Oct 25, 10:48 am)
Re: [PATCH 20/28] HOTPLUG: call_usermodehelper callback supp..., Christoph Hellwig, (Mon Oct 25, 11:18 am)
[PATCH 21/28] HOTPLUG: Hack to allow for call to execve, Mike Waychison, (Mon Oct 25, 10:49 am)
[PATCH 22/28] VFS: Export put_namespace, Mike Waychison, (Mon Oct 25, 10:49 am)
[PATCH 23/28] VFS: Export get_sb_pseudo, Mike Waychison, (Mon Oct 25, 10:50 am)
Re: [PATCH 25/28] VFS: statfs(64) shouldn't follow last comp..., Christoph Hellwig, (Mon Oct 25, 11:14 am)
[PATCH 26/28] VFS: Introduce MNT_NOFOLLOW, Mike Waychison, (Mon Oct 25, 10:51 am)
[PATCH 27/28] Testing syscall for expiry, Mike Waychison, (Mon Oct 25, 10:52 am)
[PATCH 28/28] AUTOFSNG: New autofs filesystem (resend), Mike Waychison, (Mon Oct 25, 11:37 am)
Re: [PATCH 27/28] Testing syscall for expiry, Christoph Hellwig, (Mon Oct 25, 11:01 am)
speck-geostationary