From owner-cvs-sys Wed Feb 26 18:57:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA26035 for cvs-sys-outgoing; Wed, 26 Feb 1997 18:57:07 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA26026; Wed, 26 Feb 1997 18:57:05 -0800 (PST) Date: Wed, 26 Feb 1997 18:57:05 -0800 (PST) From: John Dyson Message-Id: <199702270257.SAA26026@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 97/02/26 18:57:04 Modified: sys/kern vfs_subr.c Log: Fix the simple_lock problem with the physical I/O buffer code, and also fix the missing simple_unlock in vrele, and improve vrele/vput by merging them into one routine. BDE pointed these problems out. Revision Changes Path 1.73 +45 -23 src/sys/kern/vfs_subr.c