mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
Make lio ident more consistant with aio ident.
This commit is contained in:
parent
0fdc646ada
commit
51e37c7f37
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159176
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user