Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Oct 1999 05:18:30 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_malloc.c vfs_cache.c vfs_lookup.c vfs_syscalls.c src/sys/miscfs/union union.h union_subr.c src/sys/nfs nfs_subs.c nfs_vnops.c src/sys/nwfs nwfs_io.c src/sys/sys namei.h
Message-ID:  <199910031218.FAA79372@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1999/10/03 05:18:30 PDT

  Modified files:
    sys/kern             kern_malloc.c vfs_cache.c vfs_lookup.c 
                         vfs_syscalls.c 
    sys/miscfs/union     union.h union_subr.c 
    sys/nfs              nfs_subs.c nfs_vnops.c 
    sys/nwfs             nwfs_io.c 
    sys/sys              namei.h 
  Log:
  Before we start to mess with the VFS name-cache clean things up a little bit:
  Isolate the namecache in its own file, and give it a dedicated malloc type.
  
  Revision  Changes    Path
  1.61      +2 -2      src/sys/kern/kern_malloc.c
  1.41      +144 -15   src/sys/kern/vfs_cache.c
  1.37      +2 -9      src/sys/kern/vfs_lookup.c
  1.138     +1 -96     src/sys/kern/vfs_syscalls.c
  1.16      +1 -2      src/sys/miscfs/union/union.h
  1.42      +1 -6      src/sys/miscfs/union/union_subr.c
  1.85      +1 -3      src/sys/nfs/nfs_subs.c
  1.142     +1 -5      src/sys/nfs/nfs_vnops.c
  1.2       +2 -7      src/sys/nwfs/nwfs_io.c
  1.24      +1 -18     src/sys/sys/namei.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?199910031218.FAA79372>