Date: Sun, 13 Jan 2002 18:18:59 -0800 (PST) From: Alfred Perlstein <alfred@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c Message-ID: <200201140218.g0E2Ixa45830@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2002/01/13 18:18:59 PST
Modified files:
sys/fs/fifofs fifo_vnops.c
Log:
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.
Revision Changes Path
1.61 +0 -6 src/sys/fs/fifofs/fifo_vnops.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201140218.g0E2Ixa45830>
