davidxu 59079f19a5 1. Remove aio entry from lists earlier in aio_free_entry,
so other threads can not see it if we unlock the proc
   lock (this can happen in knlist_delete).  Don't do wakeup,
   it is not necessary.

2. Decrease kaio_buffer_count in biohelper rather than
   doing it in aio_bio_done_notify.

3. In aio_bio_done_notify, don't send notification if KAIO_RUNDOWN
   was set, because the process is already in single thread mode.

4. Use assignment to initialize aiothreadflags.

5. AIOCBLIST_RUNDOWN is not useful, axe the code using it.

6. use LIO_NOP instead of zero.
2006-02-26 12:56:23 +00:00
..
2006-02-06 02:00:32 +00:00
2005-10-03 06:57:29 +00:00
2006-01-27 23:06:08 +00:00
2005-12-23 21:32:40 +00:00
2005-12-04 02:12:43 +00:00
2005-12-28 17:13:31 +00:00
2006-02-11 09:33:07 +00:00
2006-02-04 06:36:39 +00:00
2005-11-17 08:56:21 +00:00
2005-03-14 06:51:29 +00:00
2006-02-06 02:00:32 +00:00