Date: Fri, 27 Dec 2002 03:05:05 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c Message-ID: <200212271105.gBRB55EV095534@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/12/27 03:05:05 PST
Modified files:
sys/ufs/ffs ffs_vfsops.c
Log:
Use three UMA zones for FFS/UFS inodes instead of malloc space.
Since inodes are currently 144 bytes, this will save 112 bytes per
inode. This can amount to up to 10MByte on large systems.
Revision Changes Path
1.202 +20 -11 src/sys/ufs/ffs/ffs_vfsops.c
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?200212271105.gBRB55EV095534>
