This commit is contained in:
Chris Lu
2018-09-22 00:12:10 -07:00
parent 7bb62b9f21
commit 402ab598b6
2 changed files with 4 additions and 4 deletions

View File

@@ -101,7 +101,7 @@ func (file *File) Setattr(ctx context.Context, req *fuse.SetattrRequest, resp *f
request := &filer_pb.UpdateEntryRequest{
Directory: file.dir.Path,
Entry: file.entry,
Entry: file.entry,
}
glog.V(1).Infof("set attr file entry: %v", request)