Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Mar 2009 21:12:38 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/nfs4client nfs4_vnops.c src/sys/nfsclient nfs.h nfs_vnops.c nfsnode.h
Message-ID:  <200903202113.n2KLDLjr064253@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-03-20 21:12:38 UTC

  FreeBSD src repository

  Modified files:
    sys/nfs4client       nfs4_vnops.c 
    sys/nfsclient        nfs.h nfs_vnops.c nfsnode.h 
  Log:
  SVN rev 190176 on 2009-03-20 21:12:38Z by jhb
  
  Expand the per-node access cache to cache permissions for multiple users.
  The number of entries in the cache defaults to 8 but is easily changed in
  nfsclient/nfs.h.  When the cache is filled, the oldest cache entry is
  evicted when space is needed.
  
  I mirrored the changes to the NFSv[23] client in the NFSv4 client to fix
  compile breakage.  However, the NFSv4 client doesn't actually use the
  access cache currently.
  
  Submitted by:   rmacklem
  
  Revision  Changes    Path
  1.50      +37 -14    src/sys/nfs4client/nfs4_vnops.c
  1.104     +3 -0      src/sys/nfsclient/nfs.h
  1.303     +45 -21    src/sys/nfsclient/nfs_vnops.c
  1.65      +7 -3      src/sys/nfsclient/nfsnode.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903202113.n2KLDLjr064253>