Browse Source

add notes

pull/934/head
Chris Lu 6 years ago
parent
commit
4393b99332
  1. 2
      weed/filer2/filer_deletion.go

2
weed/filer2/filer_deletion.go

@ -57,6 +57,8 @@ func (f *Filer) DeleteChunks(fullpath FullPath, chunks []*filer_pb.FileChunk) {
}
}
// DeleteFileByFileId direct delete by file id.
// Only used when the fileId is not being managed by snapshots.
func (f *Filer) DeleteFileByFileId(fileId string) {
f.fileIdDeletionChan <- fileId
}

Loading…
Cancel
Save