Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 05/03/2007 22:03:50
Module Name:	src
Committed By:	rmind
Date:		Thu May  3 22:03:50 UTC 2007

Modified Files:
	src/sys/kern: vfs_aio.c
	src/sys/sys: aio.h

Log Message:
- Make aio_listio_max and aio_max changeable via sysctl.
- Set a lower priority for AIO-worker thread, because current could cause
  interactivity problems (eg. with qemu - thanks <xtraeme> for testing).
  Mark it as XXX for now - after priority model change, this should
  be reconsidered anyway.
- Do not copyout() with lock held in sys_aio_cancel().
- Fix a leak of the lock in aio_process().
- Check for any error of cv_wait_sig().
- Cache p->p_aio in aio_exit().

Thanks <ad> for catching the issues!


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/kern/vfs_aio.c
cvs rdiff -r1.1 -r1.2 src/sys/sys/aio.h

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