1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/gnu/ext2fs
Ian Dowse 5d76690a7f 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
2001-09-24 18:29:20 +00:00
..
alpha-bitops.h
COPYRIGHT.INFO
ext2_alloc.c
ext2_balloc.c
ext2_bmap.c
ext2_extern.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
ext2_fs_sb.h
ext2_fs.h The addition of i_dirhash to struct inode pushed RELENG_4's 2001-09-24 18:29:20 +00:00
ext2_ihash.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
ext2_inode_cnv.c
ext2_inode.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
ext2_linux_balloc.c
ext2_linux_ialloc.c
ext2_lookup.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
ext2_mount.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
ext2_readwrite.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
ext2_subr.c
ext2_vfsops.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
ext2_vnops.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
fs.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
i386-bitops.h
inode.h The addition of i_dirhash to struct inode pushed RELENG_4's 2001-09-24 18:29:20 +00:00