rb_io_blocking_operation_exit should not execute with pending interrupts.

This commit is contained in:
Samuel Williams 2025-05-24 20:33:08 +09:00
parent e093c3145a
commit 81a23c5793
Notes: git 2025-06-06 04:13:29 +00:00
5 changed files with 170 additions and 38 deletions

View file

@ -25,7 +25,7 @@ struct rb_io_blocking_operation {
// The linked list data structure.
struct ccan_list_node list;
// The execution context of the blocking operation:
// The execution context of the blocking operation.
struct rb_execution_context_struct *ec;
};