mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
Btrfs: Remove extent_map debugging message
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
b98b6767a0
commit
bcd987feef
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue