mirror of
https://github.com/restic/restic.git
synced 2026-05-30 05:45:23 +00:00
fuse: Fix file inode
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user