diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-10-18 17:44:39 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-10-18 17:44:39 +0000 |
| commit | 6d345e2a4586c5d70fcb0d19280533256524cadd (patch) | |
| tree | 415b2de8a33896c023d1ececaf2e2e470e51b52c | |
| parent | 4562d72638c5a16ab7d2834a836706d5c3b5f367 (diff) | |
Notes
| -rw-r--r-- | sys/kern/vfs_aio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index f2398cf12703..e105cbdd2cbe 100644 --- a/sys/kern/vfs_aio.c +++ b/sys/kern/vfs_aio.c @@ -781,7 +781,6 @@ aio_daemon(void *uproc) * filedescriptors, except as temporarily inherited from the client. */ fdfree(td); - mycp->p_fd = NULL; mtx_unlock(&Giant); /* The daemon resides in its own pgrp. */ |
