Re: [2.1.82] unresolved symbol in floppy.o

Myrdraal (myrdraal@jackalz.dyn.ml.org)
Wed, 28 Jan 1998 06:47:31 -0500


On Wed, Jan 28, 1998 at 11:10:47AM +0100, Krzysztof G. Baranowski wrote:
Hi,
> On Wed, 28 Jan 1998, Itai Nahshon 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.
> The modules works without global_bh_count exported.
> Am I the only one ? ;-)
Nope, you're not;
(root@jackalz):/# uname -a
Linux jackalz 2.1.82 #25 Mon Jan 26 19:22:18 EST 1998 i486
(root@jackalz):/# insmod floppy
(root@jackalz):/# lsmod
Module Size Used by
floppy 50804 0
sb 27128 1 (autoclean)
uart401 6164 1 (autoclean) [sb]
sound 91076 0 (autoclean) [sb uart401]
ppp_deflate 43804 1 (autoclean)
ppp 21616 1 (autoclean) [ppp_deflate]
slhc 5288 1 (autoclean) [ppp]
serial 20088 3 (autoclean)
unix 12180 28 (autoclean)
(root@jackalz):/# cat /proc/ksyms | grep global
(root@jackalz):/#
-Myrdraal