cvs commit: src/sys/ufs/ffs ffs_alloc.c
Scott Long
scottl at samsco.org
Sun Oct 9 12:23:44 PDT 2005
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
More information about the cvs-src
mailing list