2002-09-15 16:23:27

by Peter Waechtler

[permalink] [raw]
Subject: [PATCH] 2.4.20-pre7: export proc_get_inode

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);


2002-09-16 09:23:24

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [PATCH] 2.4.20-pre7: export proc_get_inode

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.