From owner-cvs-sys Tue Oct 14 07:24:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA19613 for cvs-sys-outgoing; Tue, 14 Oct 1997 07:24:16 -0700 (PDT) (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 HAA19510; Tue, 14 Oct 1997 07:23:27 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA29203; Tue, 14 Oct 1997 07:22:33 -0700 (PDT) Date: Tue, 14 Oct 1997 07:22:33 -0700 (PDT) Message-Id: <199710141422.HAA29203@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_alloc.c src/sys/ufs/ffs ffs_alloc.c src/sys/ufs/lfs lfs_alloc.c src/sys/ufs/ufs ufs_inode.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/10/14 07:22:33 PDT Modified files: sys/gnu/ext2fs ext2_alloc.c sys/ufs/ffs ffs_alloc.c sys/ufs/lfs lfs_alloc.c sys/ufs/ufs ufs_inode.c Log: ufs_ihashrem() should not be called from the UFS layer, but from the lower layer (LFS/FFS/?) like the rest of the ihash functions. Otherwise it is impossible to make a lower layer that doesn't use the ihash facility. Revision Changes Path 1.10 +2 -0 src/sys/gnu/ext2fs/ext2_alloc.c 1.38 +4 -1 src/sys/ufs/ffs/ffs_alloc.c 1.16 +3 -1 src/sys/ufs/lfs/lfs_alloc.c 1.17 +1 -6 src/sys/ufs/ufs/ufs_inode.c