diff options
| author | Alan Cox <alc@FreeBSD.org> | 2002-10-14 01:21:37 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2002-10-14 01:21:37 +0000 |
| commit | 4d752b01b4b98237298bcd8c6ae630756b8a97c3 (patch) | |
| tree | 5f7824750bbff53c505cfd1745c60e42358c57f0 | |
| parent | b5513cdbda7f70cce7d268d8efc0224a6dd3979b (diff) | |
Notes
| -rw-r--r-- | sys/kern/vfs_aio.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index d4230cb92c1e..f2398cf12703 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. |
