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.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
index d4230cb..f2398cf 100644
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -1966,10 +1966,7 @@ lio_listio(struct thread *td, struct lio_listio_args *uap)
return EINVAL;
}
lj->lioj_flags |= LIOJ_SIGNAL;
- lj->lioj_flags &= ~LIOJ_SIGNAL_POSTED;
- } else
- lj->lioj_flags &= ~LIOJ_SIGNAL;
-
+ }
TAILQ_INSERT_TAIL(&ki->kaio_liojoblist, lj, lioj_list);
/*
* Get pointers to the list of I/O requests.
OpenPOWER on IntegriCloud