Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2009 19:12:47 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/nfsclient nfs.h
Message-ID:  <200904061913.n36JD4up046566@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-04-06 19:12:47 UTC

  FreeBSD src repository

  Modified files:
    sys/nfsclient        nfs.h 
  Log:
  SVN rev 190783 on 2009-04-06 19:12:47Z by jhb
  
  Change the default timeout for caching attributes of a directory in the NFS
  client from 30 seconds to 3 seconds.  After the recent changes to add
  caching of negative name cache lookups, a negative name cache hit will
  persist until the client notices the parent directory has changed.  The
  higher the attribute cache timeout on directories, the longer that can take,
  so lower the default timeout for directories to match that of regular files.
  
  Suggested by:   bde, mohans
  MFC after:      1 month
  
  Revision  Changes    Path
  1.105     +1 -1      src/sys/nfsclient/nfs.h



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