Commit eeb412d4 authored by Aaron Jacobs's avatar Aaron Jacobs

Fixed a bug.

parent 8ba8c0bf
......@@ -122,7 +122,7 @@ func Convert(
OldParent: InodeID(typed.Header.Node),
OldName: typed.OldName,
NewParent: InodeID(typed.NewDir),
NewName: typed.OldName,
NewName: typed.NewName,
}
io = to
co = &to.commonOp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment