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 <kuriyama_at_imgsrc.co.jp> // IMG SRC, Inc. <kuriyama_at_FreeBSD.org> // FreeBSD ProjectReceived on Mon Aug 11 2003 - 16:16:58 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:18 UTC