From owner-cvs-sys Sun Jul 14 23:21:42 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA04212 for cvs-sys-outgoing; Sun, 14 Jul 1996 23:21:42 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA04203; Sun, 14 Jul 1996 23:21:37 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id QAA23722; Mon, 15 Jul 1996 16:11:41 +1000 Date: Mon, 15 Jul 1996 16:11:41 +1000 From: Bruce Evans Message-Id: <199607150611.QAA23722@godzilla.zeta.org.au> To: bde@freefall.freebsd.org, toor@dyson.iquest.net Subject: Re: cvs commit: src/sys/i386/i386 mem.c Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Modified: sys/i386/i386 mem.c >> Log: >> Quick fix for previous commit: don't free zbuf on close since it may be >> in use in another process that blocked in uiomove(). >> >Doesn't the close call happen only on the last close??? Other versions >of U**X that I have worked on only call close then... Oops. I must have been thinking of pipes. The malloc type should be M_DEVBUF instead of M_TEMP now. Bruce