diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-04-17 02:05:51 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-04-17 02:05:51 -0600 |
commit | 4efa228eb104145bb0750fb68c0d9493dc5854d5 (patch) | |
tree | 1dbcbd104be9e1034037a2d43b5927b1b61c08d6 /lib/btrfsutil/old_rebuilt_forrest.go | |
parent | 4adcf5f67965bf355cc7e16ec11e2293c2506700 (diff) | |
parent | f262c7bbc72796ae36b7e40dc38ab7167d138d5b (diff) |
Merge branch 'lukeshu/rebuilt-v2-pt2-lax-parents'
Diffstat (limited to 'lib/btrfsutil/old_rebuilt_forrest.go')
-rw-r--r-- | lib/btrfsutil/old_rebuilt_forrest.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/btrfsutil/old_rebuilt_forrest.go b/lib/btrfsutil/old_rebuilt_forrest.go index b03ddc2..a23278c 100644 --- a/lib/btrfsutil/old_rebuilt_forrest.go +++ b/lib/btrfsutil/old_rebuilt_forrest.go @@ -190,7 +190,7 @@ func (bt *OldRebuiltForrest) rawTreeWalk(ctx context.Context, treeID btrfsprim.O var curNode oldRebuiltNodeInfo cbs := btrfstree.TreeWalkHandler{ BadNode: func(path btrfstree.Path, node *btrfstree.Node, err error) bool { - nodeAddr, nodeExp, _ := path.NodeExpectations(ctx, false) + nodeAddr, nodeExp, _ := path.NodeExpectations(ctx) cacheEntry.Errors.Insert(oldRebuiltTreeError{ Min: nodeExp.MinItem.Val, Max: nodeExp.MaxItem.Val, |