jeff 2005-04-05 08:51:45 UTC FreeBSD src repository Modified files: sys/kern kern_jail.c Log: - Use taskqueue_thread rather than taskqueue_swi since our task is going to vrele, which may vop lock. This is not safe in a software interrupt context. Revision Changes Path 1.48 +1 -1 src/sys/kern/kern_jail.c