Btrfs: mount -o max_inline=size to control the maximum inline extent size
[linux-2.6-block.git] / fs / btrfs / extent_io.c
index e81b35b06187021d274d064efcda2af0118fb0dd..6999b819db624151d869d507b7c75fe002698000 100644 (file)
@@ -2451,7 +2451,6 @@ sector_t extent_bmap(struct address_space *mapping, sector_t iblock,
                goto out;
 
        sector = (em->block_start + start - em->start) >> inode->i_blkbits;
-printk("bmap finds %Lu %Lu block %Lu\n", em->start, em->len, em->block_start);
 out:
        free_extent_map(em);
        return sector;