From owner-cvs-sys Sun Jun 2 21:40:48 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA03897 for cvs-sys-outgoing; Sun, 2 Jun 1996 21:40:48 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA03852; Sun, 2 Jun 1996 21:40:36 -0700 (PDT) Date: Sun, 2 Jun 1996 21:40:36 -0700 (PDT) From: John Dyson Message-Id: <199606030440.VAA03852@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_cluster.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/06/02 21:40:36 Modified: sys/kern vfs_cluster.c Log: Fix an error when B_MALLOC buffers are returned from the cluster read code without the B_READ flag being set. This is a problem when the data is not cached, and the result will be a bogus attempted write. Submitted by: Kato Takenori Revision Changes Path 1.36 +4 -3 src/sys/kern/vfs_cluster.c