mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
passing entry.exended
This commit is contained in:
parent
29eb333f8e
commit
e707211dad
|
@ -162,6 +162,7 @@ func (fs *FilerServer) UpdateEntry(ctx context.Context, req *filer_pb.UpdateEntr
|
|||
newEntry := &filer2.Entry{
|
||||
FullPath: filer2.FullPath(filepath.ToSlash(filepath.Join(req.Directory, req.Entry.Name))),
|
||||
Attr: entry.Attr,
|
||||
Extended: entry.Extended,
|
||||
Chunks: chunks,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue