Date: Mon, 24 Sep 2001 11:29:23 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> 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 Message-ID: <200109241829.f8OITNN13796@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109241829.f8OITNN13796>
