Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2002 13:15:36 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c src/sys/sys vnode.h src/sys/ufs/ufs ufs_vnops.c
Message-ID:  <200202172115.g1HLFa185835@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/02/17 13:15:36 PST

  Modified files:
    sys/kern             vfs_subr.c 
    sys/sys              vnode.h 
    sys/ufs/ufs          ufs_vnops.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.343     +43 -23    src/sys/kern/vfs_subr.c
  1.170     +16 -11    src/sys/sys/vnode.h
  1.184     +12 -6     src/sys/ufs/ufs/ufs_vnops.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?200202172115.g1HLFa185835>