Subject: CVS commit: src/sys/nfs
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 04/12/2003 09:53:10
Module Name: src
Committed By: yamt
Date: Sat Apr 12 06:53:10 UTC 2003
Modified Files:
src/sys/nfs: nfs_bio.c
Log Message:
- do FILESYNC writes if we're freeing the page or the page doesn't
belong to us. otherwise, data will be lost on server crash.
- use b_bcount instead of b_bufsize to determine
how many pages we should deal with.
based on a patch from Chuck Silvers.
discussed on tech-kern.
To generate a diff of this commit:
cvs rdiff -r1.89 -r1.90 src/sys/nfs/nfs_bio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.