mirror of
https://github.com/octoleo/restic.git
synced 2024-11-02 03:42:31 +00:00
fuse: Fix file inode
This commit is contained in:
parent
3883c7a190
commit
c86e425df6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user