summaryrefslogtreecommitdiff
path: root/lib/btrfsutil/scan.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-03-29 10:00:18 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2023-03-30 10:03:50 -0600
commit94aa0ec3e9f7145cdf177ad6f6d3d8b7d5bdbef7 (patch)
tree2e0bafd99a433d7271bf42e68ab1b5c1eba99e2b /lib/btrfsutil/scan.go
parent2eb7033431866cb05d235eb10c280a4810bf88a7 (diff)
btrfstree: Change the NodeSource API so that it can do caching
Diffstat (limited to 'lib/btrfsutil/scan.go')
-rw-r--r--lib/btrfsutil/scan.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/btrfsutil/scan.go b/lib/btrfsutil/scan.go
index 12e1dfe..0e268e5 100644
--- a/lib/btrfsutil/scan.go
+++ b/lib/btrfsutil/scan.go
@@ -134,7 +134,7 @@ func ScanOneDevice[Stats comparable, Result any](ctx context.Context, dev *btrfs
}
minNextNode = pos + btrfsvol.PhysicalAddr(sb.NodeSize)
}
- node.Free()
+ node.RawFree()
}
}