add comments

This commit is contained in:
chrislu 2022-02-13 06:02:21 -08:00
parent 6200b6abb1
commit 24290fed9d

View file

@ -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
}