This commit is contained in:
chrislu
2022-02-13 04:22:02 -08:00
parent be40ff6048
commit a1ef0e48a9
5 changed files with 132 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ import (
"time"
)
/** Create a symbolic link */
func (wfs *WFS) Symlink(cancel <-chan struct{}, header *fuse.InHeader, target string, name string, out *fuse.EntryOut) (code fuse.Status) {
if s := checkName(name); s != fuse.OK {