From owner-freebsd-commit Thu Jul 20 21:58:52 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id VAA07251 for commit-outgoing; Thu, 20 Jul 1995 21:58:52 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id VAA07124 for cvs-sys-outgoing; Thu, 20 Jul 1995 21:55:56 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id VAA07108 ; Thu, 20 Jul 1995 21:55:47 -0700 Date: Thu, 20 Jul 1995 21:55:47 -0700 From: David Greenman Message-Id: <199507210455.VAA07108@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/07/20 21:55:47 Modified: sys/kern vfs_bio.c Log: Re-lookup the buffer if the vnode isn't locked. The previous check for VBLK vnodes isn't adequate since all NFS nodes aren't locked, either. The result is a race condition that would lead to duplicate buffers at the same block offset. Submitted by: John Dyson