freebsd-dev/sys/fs/fifofs
Alfred Perlstein 3fc6a31403 don't initialize the mutex in the temporary struct file, the soo_*
functions just grab f_data and don't muck with anything else so this
should be ok.

this fixes a panic with invariants where it thinks we've doubly initialized
the filetmp mutex even though all we've done is neglect to bzero it.
2002-01-14 02:18:59 +00:00
..
fifo_vnops.c don't initialize the mutex in the temporary struct file, the soo_* 2002-01-14 02:18:59 +00:00
fifo.h