passing entry.exended

This commit is contained in:
Chris Lu 2019-12-17 21:22:16 -08:00
parent 29eb333f8e
commit e707211dad

View file

@ -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,
}