summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_aio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_aio.c')
-rw-r--r--sys/kern/vfs_aio.c2
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
OpenPOWER on IntegriCloud