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 01:11:48
Module Name: syssrc
Committed By: fvdl
Date: Tue Sep 19 22:11:48 UTC 2000
Modified Files:
syssrc/sys/nfs: nfs_bio.c
Log Message:
Move handling of B_NEEDCOMMIT buffers to nfs_doio, so that bawrite() calls
for them are actually done asynchronously. Idea taken from FreeBSD.
Do away with nfs_writebp completely, it's not needed anymore.
Keep an eye on the range of a file that needs to be committed, and
do it in heaps.
To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 syssrc/sys/nfs/nfs_bio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.