fuse: Fix file inode

This commit is contained in:
Alexander Neumann 2017-06-18 16:28:55 +02:00
parent 3883c7a190
commit c86e425df6
1 changed files with 1 additions and 0 deletions

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,