-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nvmx): reentrant controller event notification
Current implementation of NVMe controller events could lead to deadlocks, when event listener being notified indirectly triggers the second event notification action for the same NVMe controller, since NVme controller performs event notification under protection of a mutex. This fix makes event invocation deadlock-free. Signed-off-by: Mikhail Tcymbaliuk <[email protected]>
- Loading branch information
Showing
4 changed files
with
209 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.