diff options
| author | chrislu <chris.lu@gmail.com> | 2022-02-14 02:59:27 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-02-14 02:59:27 -0800 |
| commit | 4244ef8b72bf6d9ffb10cf1c802b1a4a58507702 (patch) | |
| tree | fef83dd64b4694370bd527080a21889b3f5acc1d | |
| parent | b9c2bff93181753c9e22738ca81a5d56740f657c (diff) | |
| download | seaweedfs-4244ef8b72bf6d9ffb10cf1c802b1a4a58507702.tar.xz seaweedfs-4244ef8b72bf6d9ffb10cf1c802b1a4a58507702.zip | |
fix building on linux
| -rw-r--r-- | weed/mount/weedfs_attr.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/mount/weedfs_attr.go b/weed/mount/weedfs_attr.go index f34885564..4042ce8f1 100644 --- a/weed/mount/weedfs_attr.go +++ b/weed/mount/weedfs_attr.go @@ -134,7 +134,6 @@ func (wfs *WFS) setAttrByFilerEntry(out *fuse.Attr, inode uint64, entry *filer.E out.Atime = uint64(entry.Attr.Mtime.Unix()) out.Mtime = uint64(entry.Attr.Mtime.Unix()) out.Ctime = uint64(entry.Attr.Mtime.Unix()) - out.Crtime_ = uint64(entry.Attr.Crtime.Unix()) out.Mode = toSystemMode(entry.Attr.Mode) if entry.HardLinkCounter > 0 { out.Nlink = uint32(entry.HardLinkCounter) |
