From owner-cvs-sys Fri Nov 21 23:02:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA18223 for cvs-sys-outgoing; Fri, 21 Nov 1997 23:02:43 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA18178; Fri, 21 Nov 1997 23:01:04 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA11831; Fri, 21 Nov 1997 23:00:41 -0800 (PST) Date: Fri, 21 Nov 1997 23:00:41 -0800 (PST) Message-Id: <199711220700.XAA11831@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/11/21 23:00:41 PST Modified files: sys/ufs/ffs ffs_alloc.c Log: Unremoved prtrealloc and the declaration of ffs_clusteralloc(). These are used in the `#ifdef notyet' case :-). This case is used except in the `#if !defined (not_yes)' case :-|. This has something to do with the `#ifdef notyet_block_reallocation_enabled' case in vfs_cluster.c :-(. Revision Changes Path 1.43 +9 -1 src/sys/ufs/ffs/ffs_alloc.c