Date: Thu, 25 Oct 2001 15:49:49 -0700 (PDT) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cluster.c Message-ID: <200110252249.f9PMnnt20783@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110252249.f9PMnnt20783>