mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 04:29:23 +08:00
add comments
This commit is contained in:
@@ -21,6 +21,9 @@ import (
|
|||||||
* will be called instead.
|
* will be called instead.
|
||||||
*/
|
*/
|
||||||
func (wfs *WFS) Create(cancel <-chan struct{}, in *fuse.CreateIn, name string, out *fuse.CreateOut) (code fuse.Status) {
|
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
|
return fuse.ENOSYS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user