aboutsummaryrefslogtreecommitdiff
path: root/weed/mount/weedfs_link.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/mount/weedfs_link.go')
-rw-r--r--weed/mount/weedfs_link.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/mount/weedfs_link.go b/weed/mount/weedfs_link.go
index d4ba63fc3..cfff69dd9 100644
--- a/weed/mount/weedfs_link.go
+++ b/weed/mount/weedfs_link.go
@@ -67,7 +67,7 @@ func (wfs *WFS) Link(cancel <-chan struct{}, in *fuse.LinkIn, name string, out *
Name: name,
IsDirectory: false,
Attributes: oldEntry.Attributes,
- Chunks: oldEntry.Chunks,
+ Chunks: oldEntry.GetChunks(),
Extended: oldEntry.Extended,
HardLinkId: oldEntry.HardLinkId,
HardLinkCounter: oldEntry.HardLinkCounter,