• Han-Wen Nienhuys's avatar
    Turn Inode/FsNode relation inside out. · e3ad7b09
    Han-Wen Nienhuys authored
    PathNodeFs.{addChild,rmChild} now calls Inode.{AddChild,RmChild}
    rather than the reverse, and PathNodeFs manages its own locking.
    
    Remove methods:
    
    - FileSystemConnector.renameUpdate
    - FileSystemConnector.unlinkUpdate
    - FileSystemConnector.createChild
    - Inode.CreateChild
    - Inode.LockTree
    e3ad7b09
pathfs.go 13.5 KB