2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-20 01:32:22 +00:00

fuse: Fix file inode

This commit is contained in:
Alexander Neumann 2017-06-18 16:28:55 +02:00
parent 3883c7a190
commit c86e425df6

View File

@ -53,6 +53,7 @@ func newFile(ctx context.Context, root *Root, inode uint64, node *restic.Node) (
}
return &file{
inode: inode,
root: root,
node: node,
sizes: sizes,