Commit 18e70abb authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Use deletenotify on unmount.

parent e7b2ddba
...@@ -339,7 +339,7 @@ func (c *FileSystemConnector) Unmount(node *Inode) Status { ...@@ -339,7 +339,7 @@ func (c *FileSystemConnector) Unmount(node *Inode) Status {
delete(parentNode.children, name) delete(parentNode.children, name)
mount.fs.OnUnmount() mount.fs.OnUnmount()
c.EntryNotify(parentNode, name) c.DeleteNotify(parentNode, mountInode, name)
return OK return OK
} }
......
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