linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.4.20-pre7: export proc_get_inode
@ 2002-09-15 16:27 Peter Waechtler
  2002-09-16  9:28 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Waechtler @ 2002-09-15 16:27 UTC (permalink / raw)
  To: marcelo; +Cc: linux-kernel

this is a patch against 2.4.20-pre7 to export proc_get_inode(). This is
needed to compile and load the wlan/comx driver as a module

--- linux/fs/proc/root.c.orig	Tue Sep 10 20:54:30 2002
+++ linux/fs/proc/root.c	Sun Sep 15 15:01:01 2002
@@ -145,3 +145,4 @@
  EXPORT_SYMBOL(proc_net);
  EXPORT_SYMBOL(proc_bus);
  EXPORT_SYMBOL(proc_root_driver);
+EXPORT_SYMBOL(proc_get_inode);


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

* Re: [PATCH] 2.4.20-pre7: export proc_get_inode
  2002-09-15 16:27 [PATCH] 2.4.20-pre7: export proc_get_inode Peter Waechtler
@ 2002-09-16  9:28 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2002-09-16  9:28 UTC (permalink / raw)
  To: Peter Waechtler; +Cc: marcelo, linux-kernel

On Sun, Sep 15, 2002 at 06:27:53PM +0200, Peter Waechtler wrote:
> this is a patch against 2.4.20-pre7 to export proc_get_inode(). This is
> needed to compile and load the wlan/comx driver as a module

This comes up about every month and the answer is that it should not be
exported because the driver is broken.


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

end of thread, other threads:[~2002-09-16  9:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-15 16:27 [PATCH] 2.4.20-pre7: export proc_get_inode Peter Waechtler
2002-09-16  9:28 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).