Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/05/1998 12:50:01
kleink
Fri Jun  5 12:41:21 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv5172/sys

Modified Files:
	vnode_if.h 
Log Message:
Regen:  fsync argument change.


kleink
Fri Jun  5 12:41:21 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv5172/kern

Modified Files:
	vnode_if.c 
Log Message:
Regen:  fsync argument change.


kleink
Fri Jun  5 12:47:00 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv5231

Modified Files:
	vnode.h 
Log Message:
Define 2 flags to be passed in the `flags' argument of the fsync vnode
operator:

  * FSYNC_WAIT, which requests the synchronization operation to not return
    until completition,
  
  * FSYNC_DATAONLY, which is a hint: if possible, synchronize file data
    only.  If it's not feasible for a file system implementation to omit
    file status synchronization when synchronizing file data, this is ignored.