Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aio: Fix incorrect usage of eventfd_signal_allowed()
We should defer eventfd_signal() to the workqueue when eventfd_signal_allowed() return false rather than return true. Fixes: b542e38 ("eventfd: Make signal recursion protection a task bit") Signed-off-by: Xie Yongji <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Eric Biggers <[email protected]> Signed-off-by: Eric Biggers <[email protected]>
- Loading branch information