K 10 svn:author V 5 tegge K 8 svn:date V 27 2005-10-09T19:06:34.000000Z K 7 svn:log V 253 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. END