Commit bcd987fe authored by Chris Mason's avatar Chris Mason

Btrfs: Remove extent_map debugging message

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent b98b6767
......@@ -273,7 +273,6 @@ int add_extent_mapping(struct extent_map_tree *tree,
rb = tree_insert(&tree->map, em->end, &em->rb_node);
if (rb) {
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;
goto out;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment