Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 05/09/2002 10:14:39
Module Name:	syssrc
Committed By:	enami
Date:		Thu May  9 07:14:38 UTC 2002

Modified Files:
	syssrc/sys/miscfs/genfs: genfs_vnops.c
	syssrc/sys/uvm: uvm_pager.c

Log Message:
- In genfs_putpages(), no need to restrict the cluster within the given
  region.
- In uvm_aio_aiodone(), remove assertions no longer true.


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 syssrc/sys/miscfs/genfs/genfs_vnops.c
cvs rdiff -r1.55 -r1.56 syssrc/sys/uvm/uvm_pager.c

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