summaryrefslogtreecommitdiff
path: root/lib/btrfsutil/scan.go
diff options
context:
space:
mode:
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()
}
}