diff options
Diffstat (limited to 'sys/kern/vfs_aio.c')
-rw-r--r-- | sys/kern/vfs_aio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index 8758ebd..65f4fbf 100644 --- a/sys/kern/vfs_aio.c +++ b/sys/kern/vfs_aio.c @@ -691,7 +691,7 @@ aio_daemon(void *uproc) enterpgrp(mycp, mycp->p_pid, 1); /* Mark special process type. */ - mycp->p_flag |= P_SYSTEM | P_KTHREADP; + mycp->p_flag |= P_SYSTEM; /* * Wakeup parent process. (Parent sleeps to keep from blasting away |