From owner-cvs-all Thu Oct 25 15:49:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31C1A37B405; Thu, 25 Oct 2001 15:49:49 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9PMnnt20783; Thu, 25 Oct 2001 15:49:49 -0700 (PDT) (envelope-from dillon) Message-Id: <200110252249.f9PMnnt20783@freefall.freebsd.org> From: Matt Dillon Date: Thu, 25 Oct 2001 15:49:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cluster.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/10/25 15:49:49 PDT Modified files: sys/kern vfs_cluster.c Log: In cluster_rbuild(), 'size' had better match buf->b_bcount and buf->b_bufsize or the cluster will not be properly merged. Dup the code from cluster_wbuild() and add some printf()s to see if bad cases are present. MFC after: 2 weeks Revision Changes Path 1.114 +14 -2 src/sys/kern/vfs_cluster.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message