Jeroen Ruigrok van der Werven <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] wrote:
> > I am compiling an AFS module.  The module won't load.  Dmesg reports
> > undefined symbol _vn_lock.  nm reports that the symbol exists and is
> > undefined.
> >
> > How do I compile (defined) symbols into my module?
>
> You add the appropriate source file or library.
>
> _vn_lock, sounds like sys/vnode.h, which in turn on 7-STABLE needs
> sys/kern/vfs_vnops.c.

Wrong answer; vn_lock is already in the kernel.  The problem lies
somewhere else, but there isn't enough information to figure out where.

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to