]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/btrfs/relocation.c
Merge remote-tracking branch 'hid/for-next'
[karo-tx-linux.git] / fs / btrfs / relocation.c
index a5a26320503fd4a82358adff8e614240373ea130..4a355726151ec05dd8e1110745648949888781e8 100644 (file)
@@ -588,7 +588,7 @@ static struct btrfs_root *read_fs_root(struct btrfs_fs_info *fs_info,
        else
                key.offset = (u64)-1;
 
-       return btrfs_read_fs_root_no_name(fs_info, &key);
+       return btrfs_get_fs_root(fs_info, &key, false);
 }
 
 #ifdef BTRFS_COMPAT_EXTENT_TREE_V0