Fix comment in node.rs

This commit is contained in:
Jeremy Soller
2025-08-01 12:55:49 -06:00
parent ca7ea3c0c8
commit b40fecf185
+1 -2
View File
@@ -176,8 +176,7 @@ impl Default for Node {
gid: 0.into(),
links: 0.into(),
size: 0.into(),
// Node counts as a block.
//TODO: track all the blocks in indirect levels
// This node counts as a block
blocks: 1.into(),
ctime: 0.into(),
ctime_nsec: 0.into(),