> When called this way getiobuf() will do pool_cache_get(bufio_cache, > PR_NOWAIT). Does anyone see if this can sleep somewhere despite the > PR_NOWAIT ? The mutex_enter() in the pool_cache_get_slow()? enami.