Re: svn commit: r188831 - head/sys/nfsclient

2009-02-23 Thread John Baldwin
On Saturday 21 February 2009 3:47:50 am Robert Watson wrote: > On Thu, 19 Feb 2009, John Baldwin wrote: > > > Author: jhb > > Date: Thu Feb 19 22:10:39 2009 > > New Revision: 188831 > > URL: http://svn.freebsd.org/changeset/base/188831 > > > > Log: > > Don't clear the attribute cache of a file wh

Re: svn commit: r188831 - head/sys/nfsclient

2009-02-21 Thread Robert Watson
On Thu, 19 Feb 2009, John Baldwin wrote: Author: jhb Date: Thu Feb 19 22:10:39 2009 New Revision: 188831 URL: http://svn.freebsd.org/changeset/base/188831 Log: 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 the

svn commit: r188831 - head/sys/nfsclient

2009-02-19 Thread John Baldwin
Author: jhb Date: Thu Feb 19 22:10:39 2009 New Revision: 188831 URL: http://svn.freebsd.org/changeset/base/188831 Log: 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 i