Skip to content

Commit

Permalink
reverse: lookupDiriv: use deriveDirIV helper
Browse files Browse the repository at this point in the history
  • Loading branch information
rfjakob committed Jan 18, 2025
1 parent 84c0580 commit f93fa96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/fusefrontend_reverse/node_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func (n *Node) lookupDiriv(ctx context.Context, out *fuse.EntryOut) (ch *fs.Inod
errno = fs.ToErrno(err)
return
}
content := pathiv.Derive(d.cPath, pathiv.PurposeDirIV)
content := rn.deriveDirIV(d.cPath)
var vf *VirtualMemNode
vf, errno = n.newVirtualMemNode(content, st, inoTagDirIV)
if errno != 0 {
Expand Down

0 comments on commit f93fa96

Please sign in to comment.