Commit 3a0c7ef7 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Note remaining race in in-process unmount.

parent e0317ddb
......@@ -321,6 +321,7 @@ func (c *FileSystemConnector) Unmount(node *Inode) Status {
}
mount.mountInode = nil
// TODO - racy.
mountInode.mountPoint = nil
delete(parentNode.children, name)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment