From owner-cvs-all Mon Sep 24 11:29:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D81E037B425; Mon, 24 Sep 2001 11:29:23 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8OITNN13796; Mon, 24 Sep 2001 11:29:23 -0700 (PDT) (envelope-from iedowse) Message-Id: <200109241829.f8OITNN13796@freefall.freebsd.org> From: Ian Dowse Date: Mon, 24 Sep 2001 11:29:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_fs.h src/sys/ufs/ufs inode.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/09/24 11:29:21 PDT Modified files: sys/gnu/ext2fs ext2_fs.h sys/ufs/ufs inode.h Log: The addition of i_dirhash to struct inode pushed RELENG_4's sizeof(struct inode) into a new malloc bucket on the i386. This didn't happen in -current due to the removal of i_lock, but it does no harm to apply the workaround to -current first. Reduce the size of the i_spare[] array in struct inode from 4 to 3 entries, and change ext2fs to use i_din.di_spare[1] so that it does not need i_spare[3]. Reviewed by: bde MFC after: 3 days Revision Changes Path 1.10 +3 -3 src/sys/gnu/ext2fs/ext2_fs.h 1.36 +2 -2 src/sys/ufs/ufs/inode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message