freebsd-skq/sys/ufs
Tor Egge c73e9e9c7b 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.
2005-10-09 19:06:34 +00:00
..
ffs Reinitialize v_type and v_op fields in case vnode has been reused without 2005-10-09 19:06:34 +00:00
ufs Use the refcount API to manage the reference count for user credentials 2005-09-27 18:09:42 +00:00