Subject: Re: panic in ffs_full_fsync
To: David Laight <david@l8s.co.uk>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: tech-kern
Date: 08/08/2003 16:55:18
On Friday, August 8, 2003, at 04:00  PM, David Laight wrote:

> because v_specmountpoint is actually v_specinfo->si_mountpoint and
> v_specinfo is itself NULL.  I don't know enough about this code to
> know whether just trapping v_specinfo == NULL is enough.

If the device is VBLK, v_specinfo should NOT be NULL.  Was the vnode 
recycled while still in-use, or something??!

         -- Jason R. Thorpe <thorpej@wasabisystems.com>