Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 11/29/2007 18:17:02
Module Name:	src
Committed By:	rmind
Date:		Thu Nov 29 18:17:02 UTC 2007

Modified Files:
	src/sys/kern: sys_aio.c

Log Message:
Finish the usage of atomic operations:
- Leave non-accurate pre-checks;
- Use atomic_inc_uint_nv() with re-check;

Reviewed by <ad>.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/kern/sys_aio.c

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