summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_aio.c
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-01-24 02:50:42 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-01-24 02:50:42 +0000
commitedbd69603d7d233ee135ab48613ce8f41b4cf991 (patch)
tree9109c5102c2f5476e37b247018fb91825d607262 /sys/kern/vfs_aio.c
parentacb3d897fbdea11378e2c12bca5794f5098a15da (diff)
downloadFreeBSD-src-edbd69603d7d233ee135ab48613ce8f41b4cf991.zip
FreeBSD-src-edbd69603d7d233ee135ab48613ce8f41b4cf991.tar.gz
Er, rescure a deleted comment line.
Diffstat (limited to 'sys/kern/vfs_aio.c')
-rw-r--r--sys/kern/vfs_aio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
index fbfa5a1..25da746 100644
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -872,6 +872,7 @@ aio_daemon(void *_id)
*/
fdfree(td);
+ /* The daemon resides in its own pgrp. */
setsid(td, NULL);
/*
OpenPOWER on IntegriCloud