summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-12-23 19:41:39 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2022-12-23 19:57:21 -0700
commit5fcb6f7ab77721faf0f89e00bf3087baba2d566c (patch)
treeb14ad5641555dc58ef469583ecddebd62260355f /lib
parent7ca8e6805164a5855c4af6ec5103c8e0cbcab89c (diff)
rebuildnodes: Ignore the LOG_TREE for now
Diffstat (limited to 'lib')
-rw-r--r--lib/btrfsprogs/btrfsinspect/rebuildnodes/rebuild.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/btrfsprogs/btrfsinspect/rebuildnodes/rebuild.go b/lib/btrfsprogs/btrfsinspect/rebuildnodes/rebuild.go
index 00dbad5..076710e 100644
--- a/lib/btrfsprogs/btrfsinspect/rebuildnodes/rebuild.go
+++ b/lib/btrfsprogs/btrfsinspect/rebuildnodes/rebuild.go
@@ -117,7 +117,7 @@ func (o *rebuilder) rebuild(ctx context.Context) error {
o.pendingAugments = make(map[btrfsprim.ObjID][]map[btrfsvol.LogicalAddr]int)
o.rebuilt.AddTree(ctx, btrfsprim.ROOT_TREE_OBJECTID)
o.rebuilt.AddTree(ctx, btrfsprim.CHUNK_TREE_OBJECTID)
- o.rebuilt.AddTree(ctx, btrfsprim.TREE_LOG_OBJECTID)
+ //o.rebuilt.AddTree(ctx, btrfsprim.TREE_LOG_OBJECTID) // TODO(lukeshu): Special LOG_TREE handling
o.rebuilt.AddTree(ctx, btrfsprim.BLOCK_GROUP_TREE_OBJECTID)
for {
// Handle items in the queue