Descriptionvacfs: fix create srv with ORCLOSE on plan 9
In the current code, the srv file is removed
just after the main thread exits, while the
srv thread is still running, which is not
the expected behavior.
We moved the srv creation just before the
procrfork, in order that the srv file will
not be removed until the srv thread exits.
Patch Set 1 #Patch Set 2 : diff -r c9adabc5fbdf https://code.google.com/p/plan9port #Patch Set 3 : diff -r 2b81e796018d https://code.google.com/p/plan9port/ #Patch Set 4 : diff -r eecd41a604c1 https://code.google.com/p/plan9port #MessagesTotal messages: 5
|