提交 bcd987fe 编写于 作者: C Chris Mason

Btrfs: Remove extent_map debugging message

Signed-off-by: NChris Mason <chris.mason@oracle.com>
上级 b98b6767
...@@ -273,7 +273,6 @@ int add_extent_mapping(struct extent_map_tree *tree, ...@@ -273,7 +273,6 @@ int add_extent_mapping(struct extent_map_tree *tree,
rb = tree_insert(&tree->map, em->end, &em->rb_node); rb = tree_insert(&tree->map, em->end, &em->rb_node);
if (rb) { if (rb) {
prev = rb_entry(rb, struct extent_map, rb_node); prev = rb_entry(rb, struct extent_map, rb_node);
printk("found extent map %Lu %Lu on insert of %Lu %Lu\n", prev->start, prev->end, em->start, em->end);
ret = -EEXIST; ret = -EEXIST;
goto out; goto out;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册