Subject: CVS commit: syssrc [netbsd-1-5]
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 11/13/2000 22:55:39
Module Name:	syssrc
Committed By:	tv
Date:		Mon Nov 13 20:55:39 UTC 2000

Modified Files:
	syssrc/sys/uvm [netbsd-1-5]: uvm_swap.c

Log Message:
Pullup 1.39 [chs]:
in swap_off(), reverse the order of vrele() and VOP_CLOSE() so that
devices will actually be notified if this is the last close.
this allows raidframe swap devices to be marked clean.
also, move the corresponding vref() into swap_on() for symmetry
and improve some comments.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.37.4.1 syssrc/sys/uvm/uvm_swap.c

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