From owner-freebsd-commit Sun Nov 19 21:14:18 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA09143 for freebsd-commit-outgoing; Sun, 19 Nov 1995 21:14:18 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA09126 for cvs-all-outgoing; Sun, 19 Nov 1995 21:14:10 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA09114 for cvs-sys-outgoing; Sun, 19 Nov 1995 21:14:07 -0800 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA09093 ; Sun, 19 Nov 1995 21:13:59 -0800 From: John Dyson Message-Id: <199511200513.VAA09093@freefall.freebsd.org> Subject: Re: cvs commit: src/sys/kern vfs_cluster.c To: nate@rocky.sri.MT.net (Nate Williams) Date: Sun, 19 Nov 1995 21:13:58 -0800 (PST) Cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199511200506.WAA20867@rocky.sri.MT.net> from "Nate Williams" at Nov 19, 95 10:06:27 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 472 Sender: owner-commit@FreeBSD.ORG Precedence: bulk > > > Modified: sys/kern vfs_cluster.c > > Log: > > Fix more clustering bugs for FSes with block sizes < PAGE_SIZE. > > Are we continuing to bring bug-fixes into -stable as they are generated > and would these changes affect 'normal' users of NFS/FFS filesystems? > > Only one of the fixes make any differences on "normal" filesystems, and it is a performance fix. (Twice as many writes were being done as needed.) PS... cd9660 is "lots" faster now. John