This commit is contained in:
Chris Lu 2020-11-02 14:21:07 -08:00
parent a9662d44ac
commit 7d5db73d98

View file

@ -197,7 +197,6 @@ func (fh *FileHandle) Release(ctx context.Context, req *fuse.ReleaseRequest) err
fh.f.wfs.ReleaseHandle(fh.f.fullpath(), fuse.HandleID(fh.handle))
}
return nil
}