Skip to content

Fix deadlock in sys: scheme

Joshua Abraham requested to merge jabedude/kernel:master into master

This patch fixes a deadlock in the sys: scheme that is triggered when the iostat resource() is called in the same scope where the RwLock protecting the scheme's handles is write-locked.

Merge request reports