Subject: CVS commit: src/sys/nfs
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 06/12/2007 09:42:27
Module Name: src
Committed By: yamt
Date: Tue Jun 12 09:42:27 UTC 2007
Modified Files:
src/sys/nfs: nfs_bio.c
Log Message:
nfs_write:
- IO_SYNC: don't bother to flush dirty pages before copying data from
user buffer.
- IO_APPEND: don't invalidate pages blindly. PR/28472 from Brian Marcotte.
To generate a diff of this commit:
cvs rdiff -r1.155 -r1.156 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.