Subject: Re: CVS commit: src/sys/nfs
To: None <christos@zoulas.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 09/20/2005 06:26:37
> | > Module Name:	src
> | > Committed By:	christos
> | > Date:		Sun Sep 18 23:44:54 UTC 2005
> | > 
> | > Modified Files:
> | > 	src/sys/nfs: nfs.h nfsmount.h
> | > 
> | > Log Message:
> | > Allow turning off the attribute cache.
> | 
> | isn't it better to have acregmax/acdirmax instead?
> 
> Of course it is. I need to version struct nfs_args to add those
> and the patch is much more complex than this minimal fix for 2.x
> and 3.x. I am planning to merge in all the fields from nfsv4 so I
> will have to suffer only a single version bump.
> 
> The goal of this change was to fix am-utils (so that we were not
> the only BSD that was broken) with minimal risk. I will add the
> ac{reg,dir}{min,max} support when I get some spare cycles and
> figure out what I need to add to support nfsv4.
> 
> christos

iirc, existing practice of "noac" implies synchronous write.
ie. it's different from acregmax=0.
if what we need is different, it'd be better to choose
the different name.

YAMAMOTO Takashi