diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-05-09 11:46:48 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:03 -0400 |
commit | 323da79c9f096ed4da04e5ea00f766f75b28aeaa (patch) | |
tree | 3a94e375f76e91ce7829a15f0e887ad5d39197b2 /fs/btrfs/volumes.c | |
parent | bbaf549e0c3d28399fc5abd68020d4025ae5c3a7 (diff) |
Btrfs: Chunk relocation fine tuning, and add a few printks to show progress
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/volumes.c')
-rw-r--r-- | fs/btrfs/volumes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index aa001b08ced0..b5d7bd1915b4 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c | |||
@@ -1011,6 +1011,8 @@ int btrfs_relocate_chunk(struct btrfs_root *root, | |||
1011 | int ret; | 1011 | int ret; |
1012 | int i; | 1012 | int i; |
1013 | 1013 | ||
1014 | printk("btrfs relocating chunk %llu\n", | ||
1015 | (unsigned long long)chunk_offset); | ||
1014 | root = root->fs_info->chunk_root; | 1016 | root = root->fs_info->chunk_root; |
1015 | extent_root = root->fs_info->extent_root; | 1017 | extent_root = root->fs_info->extent_root; |
1016 | em_tree = &root->fs_info->mapping_tree.map_tree; | 1018 | em_tree = &root->fs_info->mapping_tree.map_tree; |