public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remove set_fs_root/set_fs_pwd
@ 2004-09-07 15:13 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2004-09-07 15:13 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

not exactly something we want modules to mess around with


--- 1.65/fs/namespace.c	2004-08-27 08:42:56 +02:00
+++ edited/fs/namespace.c	2004-09-07 14:10:12 +02:00
@@ -1208,8 +1206,6 @@
 	}
 }
 
-EXPORT_SYMBOL(set_fs_root);
-
 /*
  * Replace the fs->{pwdmnt,pwd} with {mnt,dentry}. Put the old values.
  * It can block. Requires the big lock held.
@@ -1232,8 +1228,6 @@
 		mntput(old_pwdmnt);
 	}
 }
-
-EXPORT_SYMBOL(set_fs_pwd);
 
 static void chroot_fs_refs(struct nameidata *old_nd, struct nameidata *new_nd)
 {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-09-07 15:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-07 15:13 [PATCH] remove set_fs_root/set_fs_pwd Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox