RE: KNFS compiled as module ?

Jeremy Fitzhardinge (jeremy@goop.org)
Sun, 25 Apr 1999 03:04:11 -0700 (PDT)


On 25-Apr-99 Stefan Monnier wrote:
>
> I'm trying out the kernel NFS daemon and have the following problem:
> I compiled the nfsd as a module, but can't load it:
>
> # modprobe nfsd
> /lib/modules/2.2.6/fs/nfsd.o: unresolved symbol do_nfsservctl
> sunrpc: Device or resource busy
> #
>
> And yet, `do_nfsservctl' sure seems to be part of the exported symbols:
>
> % grep nfsserv /System.map
> c012d060 T sys_nfsservctl
> c01a2f8f ? __kstrtab_do_nfsservctl
> c01a6d10 ? __ksymtab_do_nfsservctl
> c01b0634 D do_nfsservctl
> %
>
> Any idea what the problem could be ?

Yeah, this has bitten me before. Delete include/linux/modules/* and redo "make
dep" after doing the reconfigure.

J

-
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/