Pure Erlang implementation of 9p2000 protocol
filesystem fs 9p2000 erlang 9p

Fix deadlock in unfs master

This was happening when Erlang wanted to read some data about paths (file info and listing directory) from the FS that was exported by the same ERTS instance. It happened because of the fact, that there is single file server shared among all processes, so these calls were deadlocking.


Author Łukasz Niemier Date Commit c74dc1e5 Parent d72fd0b3 Change ID lpxqxzyk