Subject: Re: CVS commit: src/sys/nfs
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 09/19/2005 14:27:00
On Sep 20,  1:13am, yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
-- Subject: Re: CVS commit: src/sys/nfs

| > 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