At Fri, 08 Aug 2003 15:47:31 -0400 (EDT), John Baldwin wrote: > The passed in mutex to mtx_lock is NULL, so likely a bio or > some such in spec_getpages() is zero'd and not initialized > yet or something.
Yes, vp->v_object in spec_getpages() is NULL and then, VTOI(ap->a_vp)->i_devvp->v_object in ffs_getpages() (the caller of spec_getpages() via VOP_GETPAGES()) is also NULL. I don't know where this should be initialized... -- Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc. <[EMAIL PROTECTED]> // FreeBSD Project _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"