Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Oct 2005 13:23:47 -0600
From:      Scott Long <scottl@samsco.org>
To:        Tor Egge <tegge@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/ufs/ffs ffs_alloc.c
Message-ID:  <43496E43.1010502@samsco.org>
In-Reply-To: <200510091906.j99J6YbU022875@repoman.freebsd.org>
References:  <200510091906.j99J6YbU022875@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Tor Egge wrote:
> tegge       2005-10-09 19:06:34 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/ufs/ffs          ffs_alloc.c 
>   Log:
>   Reinitialize v_type and v_op fields in case vnode has been reused without
>   reclamation.  If the vnode previously was a fifo then v_op would point to
>   ffs_fifoops[12] instead of the expected ffs_vnodeops[12], causing a panic at
>   the end of ffsext_strategy.
>   
>   Revision  Changes    Path
>   1.136     +5 -0      src/sys/ufs/ffs/ffs_alloc.c

Awesome.  I supposed that this refers to Problem #167 from Peter Holm?

Scott



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43496E43.1010502>