]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move the stuff related to select and poll out of struct vnode.
authorphk <phk@FreeBSD.org>
Sun, 17 Feb 2002 21:15:36 +0000 (21:15 +0000)
committerphk <phk@FreeBSD.org>
Sun, 17 Feb 2002 21:15:36 +0000 (21:15 +0000)
commitc2a47cdbe88de50d484d2cdb605874e1168626dc
treebb7a11048d3fd2c30aa1207f05aaf1c93556e580
parent3348974369967e4687c3d229bed09683b11c7541
Move the stuff related to select and poll out of struct vnode.
The use of the zone allocator may or may not be overkill.
There is an XXX: over in ufs/ufs/ufs_vnops.c that jlemon may need
to revisit.

This shaves about 60 bytes of struct vnode which on my laptop means
600k less RAM used for vnodes.
sys/kern/vfs_subr.c
sys/sys/vnode.h
sys/ufs/ufs/ufs_vnops.c