mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-28 21:39:02 +08: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 New Issue
Block a user