tree structured fs cache
FsCache for FsNode, wrapping fs.Node
This commit is contained in:
@@ -191,7 +191,7 @@ func (fh *FileHandle) Flush(ctx context.Context, req *fuse.FlushRequest) error {
|
||||
}
|
||||
|
||||
request := &filer_pb.CreateEntryRequest{
|
||||
Directory: fh.f.dir.Path,
|
||||
Directory: fh.f.dir.FullPath(),
|
||||
Entry: fh.f.entry,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user