Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2009 22:10:39 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/nfsclient nfs_vnops.c
Message-ID:  <200902192210.n1JMAnqC038044@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-02-19 22:10:39 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs_vnops.c 
  Log:
  SVN rev 188831 on 2009-02-19 22:10:39Z by jhb
  
  Don't clear the attribute cache of a file when it is closed.  A subsequent
  open() of the same file will load fresh attributes, so they do not need to
  be explicitly flushed in close() to guarantee close to open consistency.
  However, other file desciptors may still reference this file and clearing
  the attributes in close() forces those other file descriptors to fetch
  fresh attributes the next time they need them.
  
  Reviewed by:    mohans
  MFC after:      1 week
  
  Revision  Changes    Path
  1.298     +0 -7      src/sys/nfsclient/nfs_vnops.c



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