Re: 2.4.19-rc1 proc_get_inode Unresolved in /net/wan/comx.o

From: Willy Tarreau (willy@w.ods.org)
Date: Thu Jun 27 2002 - 15:56:49 EST


> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.19-rc1; fi
> depmod: *** Unresolved symbols in /lib/modules/2.4.19-rc1/kernel/drivers/net/wan/comx.o
> depmod: proc_get_inode

I noticed it in february, and wrote a patch which allowed it to at least compile,
link and load properly, but I couldn't check if it worked, not having the hardware.
Someone told be that the driver was borken anyway and that even with my patch it
was unusable, so I gave up and simply disabled it in my .config.

> What would be the best way to proceed.

I simply removed comx_delete_dentry() and comx_lookup(), and assigned
comx_root_inode_ops.lookup from comx_root_dir->proc_iops->lookup in comx_init().

Better luck with CONFIG_COMX=n IMHO.

Cheers,
Willy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Jun 30 2002 - 22:00:12 EST