aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/filer.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filer2/filer.go')
-rw-r--r--weed/filer2/filer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer2/filer.go b/weed/filer2/filer.go
index faf9b9bca..6b784e0b2 100644
--- a/weed/filer2/filer.go
+++ b/weed/filer2/filer.go
@@ -246,7 +246,7 @@ func (f *Filer) DeleteEntryMetaAndData(ctx context.Context, p FullPath, isRecurs
}
if shouldDeleteChunks {
- f.DeleteChunks(entry.Chunks)
+ f.DeleteChunks(p, entry.Chunks)
}
if p == "/" {