diff options
| author | Suleiman Souhlal <ssouhlal@FreeBSD.org> | 2005-07-01 16:28:32 +0000 |
|---|---|---|
| committer | Suleiman Souhlal <ssouhlal@FreeBSD.org> | 2005-07-01 16:28:32 +0000 |
| commit | 571dcd15e24b65783f9a5063cf81b9cc95449ffe (patch) | |
| tree | c6d52b2fecc4fcf947f2ca3718ee85b3a7aaeff0 /sys/kern/vfs_aio.c | |
| parent | 5af5f40c7555dcdf008903bfabcb8b5783de6512 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_aio.c')
| -rw-r--r-- | sys/kern/vfs_aio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index 7cae398f963a..87ab064df54a 100644 --- a/sys/kern/vfs_aio.c +++ b/sys/kern/vfs_aio.c @@ -1287,7 +1287,7 @@ _aio_aqueue(struct thread *td, struct aiocb *job, struct aio_liojob *lj, int typ aiocbe->inputcharge = 0; aiocbe->outputcharge = 0; /* XXX - need a lock */ - knlist_init(&aiocbe->klist, NULL); + knlist_init(&aiocbe->klist, NULL, NULL, NULL, NULL); suword(&job->_aiocb_private.status, -1); suword(&job->_aiocb_private.error, 0); |
