public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] unexport __mntput()
@ 2005-08-15  1:53 Coywolf Qi Hunt
  2005-08-15  4:07 ` Mike Waychison
  0 siblings, 1 reply; 5+ messages in thread
From: Coywolf Qi Hunt @ 2005-08-15  1:53 UTC (permalink / raw)
  To: akpm; +Cc: mikew, bunk, linux-kernel

Hello,

Unexport __mntput() was talked about two months ago. http://lkml.org/lkml/2005/6/9/69
Modules should not call __mntput() directly. If autofs or nfsd does that, it's
 being wrong.

		Coywolf


Signed-off-by: Coywolf Qi Hunt <coywolf@sosdg.org>
--- 2.6.13-rc6/fs/namespace.c~unexport-__mntput	2005-08-12 08:21:22.000000000 -0500
+++ 2.6.13-rc6/fs/namespace.c	2005-08-14 20:32:01.000000000 -0500
@@ -180,8 +180,6 @@
 	deactivate_super(sb);
 }
 
-EXPORT_SYMBOL(__mntput);
-
 /* iterator */
 static void *m_start(struct seq_file *m, loff_t *pos)
 {

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-08-16 17:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-15  1:53 [patch] unexport __mntput() Coywolf Qi Hunt
2005-08-15  4:07 ` Mike Waychison
2005-08-15  5:14   ` Coywolf Qi Hunt
2005-08-16 11:21   ` Jan Engelhardt
2005-08-16 17:13     ` Mike Waychison

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