mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:28:48 +08:00
mount: fix 0 file size in linux
This commit is contained in:
parent
23f3aea4cf
commit
b2a171632b
@ -109,6 +109,7 @@ func FromPbEntryToExistingEntry(message *filer_pb.Entry, fsEntry *Entry) {
|
||||
fsEntry.Content = message.Content
|
||||
fsEntry.Remote = message.RemoteEntry
|
||||
fsEntry.Quota = message.Quota
|
||||
fsEntry.FileSize = FileSize(message)
|
||||
}
|
||||
|
||||
func (entry *Entry) ToProtoFullEntry() *filer_pb.FullEntry {
|
||||
|
Loading…
Reference in New Issue
Block a user