cvs commit: src/sys/ufs/ffs ffs_alloc.c
Tor Egge
tegge at FreeBSD.org
Sun Oct 9 12:06:34 PDT 2005
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
More information about the cvs-src
mailing list