From owner-cvs-sys Tue Apr 1 03:48:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA26501 for cvs-sys-outgoing; Tue, 1 Apr 1997 03:48:33 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA26494; Tue, 1 Apr 1997 03:48:31 -0800 (PST) Date: Tue, 1 Apr 1997 03:48:31 -0800 (PST) From: Bruce Evans Message-Id: <199704011148.DAA26494@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 bde 97/04/01 03:48:31 Modified: sys/kern vfs_cluster.c Log: Use OID_AUTO instead of magic number for the old sysctl debug.rcluster. The magic number conflicted with the rotting disabled one in ext2fs for debug.doasyncfree. Removed messy debugging variable/constant/sysctl debug.doreallocblks. Lite2 removed it, and we don't use the code that it controls. Revision Changes Path 1.44 +3 -16 src/sys/kern/vfs_cluster.c