Subject: PR/28472 CVS commit: src/sys/nfs
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: netbsd-bugs
Date: 06/12/2007 09:45:02
The following reply was made to PR kern/28472; it has been noted by GNATS.
From: YAMAMOTO Takashi <yamt@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/28472 CVS commit: src/sys/nfs
Date: Tue, 12 Jun 2007 09:42:27 +0000 (UTC)
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.