Don't assume __aio_find_req_fd succeeds since the request might already be processed...
commit950c1194b1506c8274aaa19da5e1076a93a152b8
authorUlrich Drepper <drepper@redhat.com>
Thu, 27 Jul 2000 09:38:42 +0000 (27 09:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 27 Jul 2000 09:38:42 +0000 (27 09:38 +0000)
treec9d3dfacaa2f1679377a49f63a8936460dade897
parentda8f38c5047cda3ecb9dcf2dc780572a44659778
Don't assume __aio_find_req_fd succeeds since the request might already be processed.  Don't do the list handling here, call __aio_remove_request.
rt/aio_cancel.c