summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_aio.c
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2006-06-02 17:45:48 +0000
committerambrisko <ambrisko@FreeBSD.org>2006-06-02 17:45:48 +0000
commitf3fbf567eebcd9d412f248b267d3e8ae2e1d206e (patch)
tree8d11335dbef82096353cc023c1631e857419a1ee /sys/kern/vfs_aio.c
parentee159d095f7a0bdfdb869b09de0397977789c3e5 (diff)
downloadFreeBSD-src-f3fbf567eebcd9d412f248b267d3e8ae2e1d206e.zip
FreeBSD-src-f3fbf567eebcd9d412f248b267d3e8ae2e1d206e.tar.gz
Make lio ident more consistant with aio ident.
Diffstat (limited to 'sys/kern/vfs_aio.c')
-rw-r--r--sys/kern/vfs_aio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
index b2326c7..8dfbf96 100644
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -2033,7 +2033,7 @@ do_lio_listio(struct thread *td, struct lio_listio_args *uap, int oldsigev)
kq = (struct kqueue *)kq_fp->f_data;
kev.filter = EVFILT_LIO;
kev.flags = EV_ADD | EV_ENABLE | EV_FLAG1;
- kev.ident = (uintptr_t)lj; /* something unique */
+ kev.ident = (uintptr_t)uap->acb_list; /* something unique */
kev.data = (intptr_t)lj;
/* pass user defined sigval data */
kev.udata = lj->lioj_signal.sigev_value.sival_ptr;
OpenPOWER on IntegriCloud