Re: [2.1.82] unresolved symbol in floppy.o

Itai Nahshon (nahshon@actcom.co.il)
Wed, 28 Jan 1998 03:59:34 +0200


Krzysztof G. Baranowski wrote:
> You are wrong ! It is already exported:

Niels is not wrong. flopy.o needs "global_bh_count" and you're
talking about the already exported "local_bh_count". They are not
the same.

To add to Niels' list, ide-probe needs "ide_add_generic_settings"
which is not exported from ide.c. I already reported it for 2.1.81
but it is not fixed in 2.1.82. Here is my patch:

--- drivers/block/ide.c.orig Wed Jan 28 03:50:40 1998
+++ drivers/block/ide.c Wed Jan 28 01:27:20 1998
@@ -2790,6 +2790,7 @@
EXPORT_SYMBOL(ide_fops);
EXPORT_SYMBOL(ide_get_queue);
EXPORT_SYMBOL(do_ide0_request);
+EXPORT_SYMBOL(ide_add_generic_settings);
#if MAX_HWIFS > 1
EXPORT_SYMBOL(do_ide1_request);
#endif /* MAX_HWIFS > 1 */

Itai

-- 
Itai Nahshon   nahshon@actcom.co.il
        Also   nahshon@vnet.ibm.com