Linux 4.13 adds support for iocb::aio_rw_flags and RWF_NOWAIT; libaio should support them too.
Yep, I'll take care of this. Thanks for the report.
Any progress on this issue? I'm thinking of abandoning libaio and using syscall() directly.
syscall()
Avi Kivity pagure@pagure.io writes:
avik added a new comment to an issue you are following: Any progress on this issue? I'm thinking of abandoning libaio and using `syscall()` directly.
Any progress on this issue? I'm thinking of abandoning libaio and using `syscall()` directly.
I just pushed an update that adds this support. Let me know if you run into any issues with it. Sorry for the delay, Avi.
Cheers, Jeff
Metadata Update from @jmoyer: - Issue assigned to jmoyer
As noted, this change has been pushed to master.
Metadata Update from @jmoyer: - Issue status updated to: Closed (was: Open)
Thanks. I switched to a local implementation of libaio though, due to #2.
Log in to comment on this ticket.