]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - fs/btrfs/volumes.c
Btrfs: Chunk relocation fine tuning, and add a few printks to show progress
[mirror_ubuntu-hirsute-kernel.git] / fs / btrfs / volumes.c
index aa001b08ced09eee2be669cbddd1ee5ef37d6c5d..b5d7bd1915b47d4f048eb200027ca3360939fe03 100644 (file)
@@ -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;