From owner-cvs-sys Sat Mar 16 20:52:26 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA22288 for cvs-sys-outgoing; Sat, 16 Mar 1996 20:52:26 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA22268 Sat, 16 Mar 1996 20:52:13 -0800 (PST) Date: Sat, 16 Mar 1996 20:52:13 -0800 (PST) From: John Dyson Message-Id: <199603170452.UAA22268@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern sys_pipe.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/03/16 20:52:12 Modified: sys/kern sys_pipe.c Log: Yet another fix from BDE for the new pipe code. This fixes a potential deadlock due to mismanagement of busy counters. Reviewed by: dyson Submitted by: bde Revision Changes Path 1.14 +5 -6 src/sys/kern/sys_pipe.c