From owner-cvs-all Sun Jan 13 18:19: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0018D37B417; Sun, 13 Jan 2002 18:18:59 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0E2Ixa45830; Sun, 13 Jan 2002 18:18:59 -0800 (PST) (envelope-from alfred) Message-Id: <200201140218.g0E2Ixa45830@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 13 Jan 2002 18:18:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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