Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Sep 2010 14:29:45 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsclient nfs_clrpcops.c nfs_clvnops.c nfsnode.h src/sys/nfsclient nfs_vnops.c nfsnode.h
Message-ID:  <201009071430.o87EU5l5087250@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-09-07 14:29:45 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfsclient     nfs_clrpcops.c nfs_clvnops.c nfsnode.h 
    sys/nfsclient        nfs_vnops.c nfsnode.h 
  Log:
  SVN rev 212293 on 2010-09-07 14:29:45Z by jhb
  
  Store the full timestamp when caching timestamps of files and
  directories for purposes of validating name cache entries.  This
  closes races where two updates to a file or directory within the same
  second could result in stale entries in the name cache.  While here,
  remove the 'n_expiry' field as it is no longer used.
  
  Reviewed by:    rmacklem
  MFC after:      1 week
  
  Revision  Changes    Path
  1.13      +1 -2      src/sys/fs/nfsclient/nfs_clrpcops.c
  1.27      +8 -8      src/sys/fs/nfsclient/nfs_clvnops.c
  1.4       +2 -3      src/sys/fs/nfsclient/nfsnode.h
  1.333     +13 -10    src/sys/nfsclient/nfs_vnops.c
  1.70      +2 -3      src/sys/nfsclient/nfsnode.h



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