Browse Source

add comments

pull/2668/head
chrislu 3 years ago
parent
commit
24290fed9d
  1. 3
      weed/mount/weedfs_file_mkrm.go

3
weed/mount/weedfs_file_mkrm.go

@ -21,6 +21,9 @@ import (
* will be called instead.
*/
func (wfs *WFS) Create(cancel <-chan struct{}, in *fuse.CreateIn, name string, out *fuse.CreateOut) (code fuse.Status) {
// if implemented, need to use
// inode := wfs.inodeToPath.Lookup(entryFullPath)
// to ensure nlookup counter
return fuse.ENOSYS
}

Loading…
Cancel
Save