Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 11/13/2000 16:50:56
Module Name: syssrc
Committed By: chs
Date: Mon Nov 13 14:50:56 UTC 2000
Modified Files:
syssrc/sys/uvm: uvm_swap.c
Log Message:
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.38 -r1.39 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.