summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-02-26 12:56:23 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-02-26 12:56:23 +0000
commit59079f19a55046ea67dcd7da6b9d355e3ac37a04 (patch)
tree862fa5451058e2750c857e426409e1fb227bbab7 /share
parenta9ab65374c5d30174564d824577d1192da74a8fb (diff)
downloadFreeBSD-src-59079f19a55046ea67dcd7da6b9d355e3ac37a04.zip
FreeBSD-src-59079f19a55046ea67dcd7da6b9d355e3ac37a04.tar.gz
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.
Diffstat (limited to 'share')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud