Subject: CVS commit: syssrc/sys/nfs
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 04/03/2002 03:20:16
Module Name:	syssrc
Committed By:	wrstuden
Date:		Wed Apr  3 00:20:16 UTC 2002

Modified Files:
	syssrc/sys/nfs: nfsm_subs.h

Log Message:
In the SETATTR code, if the changes to a & m time are exclusively
set via NFSV3SATTRTIME_TOSERVER and not NFSV3SATTRTIME_TOCLIENT,
add VA_UTIMES_NULL to the va_vflags. This reflects our policy
where we're much more liberal about who can set a & m times to 'now'
than we are about who can set them to a specific time.

Should close PR 15597 from Martin Husemann. Patch is based on the
one Matthias Drochner gave in the PR.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/nfs/nfsm_subs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.