Subject: Re: CVS commit: src
To: None <elad@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 12/02/2006 03:24:37
> Module Name:	src
> Committed By:	elad
> Date:		Fri Dec  1 16:06:09 UTC 2006
> 
> Modified Files:
> 	src/share/man/man9: uvm.9
> 	src/sys/uvm: uvm_extern.h uvm_swap.c
> 
> Log Message:
> Introduce uvm_is_swap_device(), to check if the passed struct vnode * is
> used as a swap device or not.
> 
> Okay mrg@.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.77 -r1.78 src/share/man/man9/uvm.9
> cvs rdiff -r1.121 -r1.122 src/sys/uvm/uvm_extern.h
> cvs rdiff -r1.112 -r1.113 src/sys/uvm/uvm_swap.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

for what purpose can this racy test make sense?

YAMAMOTO Takashi