diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-01-29 16:03:38 -0500 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:00 -0400 |
commit | 6f568d35a045dbb8a13fe71bfc32e85e39a986cb (patch) | |
tree | df5cb5826dfb46a2514bfba34f8473dc65ea7081 /fs/btrfs/extent_io.c | |
parent | 291d673e6a22d9c6834e939f66c7cfef90669021 (diff) |
Btrfs: mount -o max_inline=size to control the maximum inline extent size
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/extent_io.c')
-rw-r--r-- | fs/btrfs/extent_io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index e81b35b06187..6999b819db62 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c | |||
@@ -2451,7 +2451,6 @@ sector_t extent_bmap(struct address_space *mapping, sector_t iblock, | |||
2451 | goto out; | 2451 | goto out; |
2452 | 2452 | ||
2453 | sector = (em->block_start + start - em->start) >> inode->i_blkbits; | 2453 | sector = (em->block_start + start - em->start) >> inode->i_blkbits; |
2454 | printk("bmap finds %Lu %Lu block %Lu\n", em->start, em->len, em->block_start); | ||
2455 | out: | 2454 | out: |
2456 | free_extent_map(em); | 2455 | free_extent_map(em); |
2457 | return sector; | 2456 | return sector; |