• Han-Wen Nienhuys's avatar
    fuse/nodefs: mount root node.Node directly. · 570a84cd
    Han-Wen Nienhuys authored
    This obviates the nodefs.FileSystem type. To adjust for this API change,
    
      * call nodefs.MountRoot() on the Root() node of a to-be-mounted
        filesystem.
    
      * Move OnMount/OnUnmount methods to the type of the root node.
    
      * Stop embedding NewDefaultFileSystem() into file system
        objects. Usually FS objects no longer have to be exposed.
    570a84cd
stat_test.go 4.55 KB