From owner-freebsd-commit Sun Jan 28 10:26:03 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA24681 for freebsd-commit-outgoing; Sun, 28 Jan 1996 10:26:03 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA24671 for cvs-all-outgoing; Sun, 28 Jan 1996 10:26:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA24661 for cvs-sys-outgoing; Sun, 28 Jan 1996 10:25:58 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA24654 Sun, 28 Jan 1996 10:25:56 -0800 (PST) Date: Sun, 28 Jan 1996 10:25:56 -0800 (PST) From: John Dyson Message-Id: <199601281825.KAA24654@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern vfs_cluster.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/01/28 10:25:56 Modified: sys/kern vfs_cluster.c Log: An earlier modification had decreased CPU usage, but also decreased performance. This essentially undoes that change. Revision Changes Path 1.34 +4 -4 src/sys/kern/vfs_cluster.c