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) | |
download | op-kernel-dev-323da79c9f096ed4da04e5ea00f766f75b28aeaa.zip op-kernel-dev-323da79c9f096ed4da04e5ea00f766f75b28aeaa.tar.gz |
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 aa001b0..b5d7bd1 100644 --- a/fs/btrfs/volumes.c +++ b/fs/btrfs/volumes.c @@ -1011,6 +1011,8 @@ int btrfs_relocate_chunk(struct btrfs_root *root, int ret; int i; + printk("btrfs relocating chunk %llu\n", + (unsigned long long)chunk_offset); root = root->fs_info->chunk_root; extent_root = root->fs_info->extent_root; em_tree = &root->fs_info->mapping_tree.map_tree; |