Searched hist:151176 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_alloc.cdiff 151176 Sun Oct 09 17:06:34 MDT 2005 tegge 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.

Completed in 48 milliseconds