jhb 2003/04/17 15:37:48 PDT
FreeBSD src repository
Modified files:
sys/kern vfs_aio.c
Log:
- kthread's don't have p_textvp set to anything, so replace code that
dealt with that possibility with a KASSERT().
- No need to set P_SYSTEM, kthread_create() does that for us.
Revision Changes Path
1.160 +1 -7 src/sys/kern/vfs_aio.c