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

only used by kernel/sysctl.c which absolutely can't be modular


--- 1.19/fs/proc/root.c	2004-06-30 17:32:17 +02:00
+++ edited/fs/proc/root.c	2004-09-07 14:02:26 +02:00
@@ -147,9 +147,6 @@
 	.parent		= &proc_root,
 };
 
-#ifdef CONFIG_SYSCTL
-EXPORT_SYMBOL(proc_sys_root);
-#endif
 EXPORT_SYMBOL(proc_symlink);
 EXPORT_SYMBOL(proc_mkdir);
 EXPORT_SYMBOL(create_proc_entry);

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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-07 14:50 [PATCH] unexport proc_sys_root Christoph Hellwig

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