Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 09/20/2000 00:57:14
Module Name: syssrc
Committed By: fvdl
Date: Tue Sep 19 21:57:14 UTC 2000
Modified Files:
syssrc/sys/kern: vnode_if.src
Log Message:
Add start and end parameters to the fsync VOP, giving a range of the
file to write out. If both are 0, the whole file is synced. A filesystem
that is not able to sync out a range of a file may elect to sync
the whole file anyway.
To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 syssrc/sys/kern/vnode_if.src
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.