Added FUSE support #55

Merged
Elara6331 merged 65 commits from yannickulrich/itd:fuse into master 2023-03-25 22:23:52 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit d2dbcd8713 - Show all commits

View File

@ -508,7 +508,6 @@ func (f *ITNode) Unlink(ctx context.Context, name string) syscall.Errno {
log.Info("Unlink success").
Str("file", f.path + "/" + name).
Err(err).
Send()
return 0
}