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: 08/02/1998 12:00:02
kleink
Sun Aug  2 11:57:23 PDT 1998
Update of /cvsroot/src/sys/msdosfs
In directory nb00:/tmp/cvs-serv28826/msdosfs

Modified Files:
	msdosfs_vnops.c 
Log Message:
Implement support for IEEE Std 1003.1b-1993 synchronous I/O:
* in the read vnode operator, check for IO_SYNC being set in the ioflag and
  synchronously update the file's meta-data if appropriate.
* in the write vnode operator, update the appropriate checks for IO_SYNC being
  set in the ioflag to reflect that IO_DSYNC is now inclusive-or'ed into
  IO_SYNC, and require all IO_SYNC bits to be set for operations defined by
  synchronized I/O file integrity completion but not by synchronized I/O data
  integrity completion.


kleink
Sun Aug  2 11:57:24 PDT 1998
Update of /cvsroot/src/sys/ufs/ext2fs
In directory nb00:/tmp/cvs-serv28826/ufs/ext2fs

Modified Files:
	ext2fs_readwrite.c 
Log Message:
Implement support for IEEE Std 1003.1b-1993 synchronous I/O:
* in the read vnode operator, check for IO_SYNC being set in the ioflag and
  synchronously update the file's meta-data if appropriate.
* in the write vnode operator, update the appropriate checks for IO_SYNC being
  set in the ioflag to reflect that IO_DSYNC is now inclusive-or'ed into
  IO_SYNC, and require all IO_SYNC bits to be set for operations defined by
  synchronized I/O file integrity completion but not by synchronized I/O data
  integrity completion.


kleink
Sun Aug  2 11:57:24 PDT 1998
Update of /cvsroot/src/sys/ufs/ufs
In directory nb00:/tmp/cvs-serv28826/ufs/ufs

Modified Files:
	ufs_readwrite.c 
Log Message:
Implement support for IEEE Std 1003.1b-1993 synchronous I/O:
* in the read vnode operator, check for IO_SYNC being set in the ioflag and
  synchronously update the file's meta-data if appropriate.
* in the write vnode operator, update the appropriate checks for IO_SYNC being
  set in the ioflag to reflect that IO_DSYNC is now inclusive-or'ed into
  IO_SYNC, and require all IO_SYNC bits to be set for operations defined by
  synchronized I/O file integrity completion but not by synchronized I/O data
  integrity completion.