aboutsummaryrefslogtreecommitdiff
path: root/weed/operation/chunked_file.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-08-01 23:27:23 -0700
committerchrislu <chris.lu@gmail.com>2024-08-01 23:27:23 -0700
commitd49ecde535405653004e7201a63e24bc8e6cec11 (patch)
treea46197f8f06607a0167c76d64ba3bba70eab167b /weed/operation/chunked_file.go
parent5ee50d26d8db9075b8041a170d8a3d5ff9a37a56 (diff)
downloadseaweedfs-d49ecde535405653004e7201a63e24bc8e6cec11.tar.xz
seaweedfs-d49ecde535405653004e7201a63e24bc8e6cec11.zip
rename functions
Diffstat (limited to 'weed/operation/chunked_file.go')
-rw-r--r--weed/operation/chunked_file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/operation/chunked_file.go b/weed/operation/chunked_file.go
index 50313a670..be3e5c98e 100644
--- a/weed/operation/chunked_file.go
+++ b/weed/operation/chunked_file.go
@@ -80,7 +80,7 @@ func (cm *ChunkManifest) DeleteChunks(masterFn GetMasterFn, usePublicUrl bool, g
for _, ci := range cm.Chunks {
fileIds = append(fileIds, ci.Fid)
}
- results, err := DeleteFiles(masterFn, usePublicUrl, grpcDialOption, fileIds)
+ results, err := DeleteFileIds(masterFn, usePublicUrl, grpcDialOption, fileIds)
if err != nil {
glog.V(0).Infof("delete %+v: %v", fileIds, err)
return fmt.Errorf("chunk delete: %v", err)