Btrfs: Remove extent_map debugging message
authorChris Mason <chris.mason@oracle.com>
Wed, 9 Jan 2008 11:28:28 +0000 (06:28 -0500)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:03:59 +0000 (11:03 -0400)
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/extent_map.c

index f53d8c9..9d6aefa 100644 (file)
@@ -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;
        }