On 2/21/24 01:26, Christian Brauner wrote:
On Thu, 15 Feb 2024 12:47:37 -0800, Bart Van Assche wrote:This patch series fixes cancellation support in libaio as follows: - Restore the code for completing cancelled I/O. - Ignore requests to support cancellation for I/O not submitted by libaio.And the libaio cancellation code itself is safe?
As far as I can see the libaio cancellation code is safe. Thanks, Bart.