Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 03/02/2000 21:21:05
Module Name:	syssrc
Committed By:	mycroft
Date:		Fri Mar  3 05:21:05 UTC 2000

Modified Files:
	syssrc/sys/kern: vfs_subr.c vfs_syscalls.c

Log Message:
Allow my disk to actually spin down using `-o async' again.

Note: This uses the same questionable logic as vfs_bio.c to check MNT_ASYNC.
Something needs to be done about this.


To generate a diff of this commit:
cvs rdiff -r1.117 -r1.118 syssrc/sys/kern/vfs_subr.c
cvs rdiff -r1.150 -r1.151 syssrc/sys/kern/vfs_syscalls.c

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