Unresolved symbols in 2.1.98(VGER-CVS)

Nicholas J. Leon (nicholas@binary9.net)
Thu, 30 Apr 1998 11:34:41 -0400 (EDT)


I have the following unresolved symbols in a few modules:

/lib/modules/2.1.98/block/nbd.o: unresolved symbol(s)
end_that_request_last
end_that_request_first
/lib/modules/2.1.98/block/loop.o: unresolved symbol(s)
end_that_request_last
end_that_request_first
/lib/modules/2.1.98/block/rd.o: unresolved symbol(s)
end_that_request_last
end_that_request_first

Strangely enough, when I put 'end_that_request_*' into kernel/ksyms.c, I
get:

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -pipe -fno-strength-reduce -march=pentium
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586
-DEXPORT_SYMTAB -c ksyms.c

ksyms.c:232: `end_that_request_last' undeclared here (not in a function)

ksyms.c:232: initializer element for
`__ksymtab_end_that_request_last.value' is not constant

ksyms.c:233: `end_that_request_first' undeclared here (not in a function)

ksyms.c:233: initializer element for
`__ksymtab_end_that_request_first.value' is not constant

___________________________________________________________________________

simple is elegant mrnick.binary9.net nicholas@binary9.net
___________________________________________________________________________

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu