2.3.28 nfs.o: unresolved symbol alloc_pages

James Manning (jmm@raleigh.ibm.com)
Mon, 15 Nov 1999 18:05:30 -0500


same .config and ver_linux output as the last message (modularized nfs
and smb). It *is* in the nm output on the build dir's vmlinux, though.

[root@jmm linux]# depmod -a
/lib/modules/2.3.28/fs/smbfs.o: unresolved symbol(s)
/lib/modules/2.3.28/fs/nfs.o: unresolved symbol(s)
[root@jmm linux]# modprobe nfs smbfs
/lib/modules/2.3.28/fs/nfs.o: unresolved symbol alloc_pages
sunrpc: Device or resource busy
/lib/modules/2.3.28/fs/smbfs.o: unresolved symbol alloc_pages
[root@jmm linux]# lsmod
Module Size Used by
autofs 11076 1 (autoclean)
nfsd 144056 1 (autoclean)
lockd 36456 1 (autoclean) [nfsd]
sunrpc 58916 1 (autoclean) [nfsd lockd]
eepro100 14200 1 (autoclean)
cs4232 2824 0
uart401 6448 0 [cs4232]
ad1848 16432 0 [cs4232]
sound 63916 0 [cs4232 uart401 ad1848]
soundcore 2980 5 [sound]
unix 17180 149 (autoclean)
[root@jmm linux]# grep alloc_pages System.map
c012c5c0 T alloc_pages
c021d208 d dma_malloc_pages

I've been having a hard time trying to track down where the problem is,
so any help in how to diagnose the offender is greatly appredicated.

James

-- 
Miscellaneous Engineer --- IBM Netfinity Performance Development

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