mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Make lio ident more consistant with aio ident.
This commit is contained in:
parent
0fdc646ada
commit
51e37c7f37
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue