Skip to content

Prevent freezing due to double locking

Ian Douglas Scott requested to merge ids1024:filelock into master

My fault; broken in https://github.com/redox-os/kernel/pull/42.

These things can be hard to keep track of, since the other lock is several function calls deep...

Merge request reports