Subject: CVS commit: src/sys/nfs
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 06/03/2003 14:27:49
Module Name:	src
Committed By:	yamt
Date:		Tue Jun  3 14:27:49 UTC 2003

Modified Files:
	src/sys/nfs: nfs_vnops.c

Log Message:
fix a problem in 'protected' case of writerpc.

retransmitted mbufs can survive even after requests themselves
finished.  so, before unbusy pages, make sure that mbufs referring them
go away.

pointed by enami tsugutomo on port-mips.


To generate a diff of this commit:
cvs rdiff -r1.170 -r1.171 src/sys/nfs/nfs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.