Panic in a vkernel: getblk: vnode 0x669232e8 has no object!
Matthew Dillon
dillon at apollo.backplane.com
Wed Apr 2 21:14:28 PDT 2008
:> /* Must have a VM object to truncate */
:> + if (vp->v_object == NULL)
:> + vinitvmio(vp, 0);
:> error = ffs_truncate(vp, (off_t)0, 0, NOCRED);
:> ip->i_rdev = 0;
:> mode = ip->i_mode;
:
:I'll try to reproduce it, but since this is the first time I got this panic ...
:I'll see if it can be done
:--
:Regards,
:Rumko
Scrap that patch. It's bad. It causes more panics then it fixes.
-Matt
Matthew Dillon
<dillon at backplane.com>
More information about the Bugs
mailing list