Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2009 21:11:08 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/nfs4client nfs4_socket.c src/sys/nfsclient nfs.h nfs_krpc.c nfs_socket.c nfs_subs.c
Message-ID:  <200904062112.n36LCvCv070251@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-04-06 21:11:08 UTC

  FreeBSD src repository

  Modified files:
    sys/nfs4client       nfs4_socket.c 
    sys/nfsclient        nfs.h nfs_krpc.c nfs_socket.c nfs_subs.c 
  Log:
  SVN rev 190785 on 2009-04-06 21:11:08Z by jhb
  
  When a stale file handle is encountered, purge all cached information about
  an NFS node including the access and attribute caches.  Previously the NFS
  client only purged any name cache entries associated with the file.
  
  PR:             kern/123755
  Submitted by:   Jaakko Heinonen  jh of saunalahti fi
  Reported by:    Timo Sirainen  tss of iki fi
  Reviewed by:    rwatson, rmacklem
  MFC after:      1 month
  
  Revision  Changes    Path
  1.7       +1 -1      src/sys/nfs4client/nfs4_socket.c
  1.106     +1 -0      src/sys/nfsclient/nfs.h
  1.4       +1 -1      src/sys/nfsclient/nfs_krpc.c
  1.165     +1 -1      src/sys/nfsclient/nfs_socket.c
  1.161     +23 -0     src/sys/nfsclient/nfs_subs.c



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