On Mon 17 Dec 2018 11:43:18 PM CET, Max Reitz <mre...@redhat.com> wrote:
> @@ -3327,6 +3333,7 @@ static int img_rebase(int argc, char **argv)
>                  qdict_put_bool(options, BDRV_OPT_FORCE_SHARE, true);
>              }
>  
> +            bdrv_refresh_filename(bs);
>              overlay_filename = bs->exact_filename[0] ? bs->exact_filename
>                                                       : bs->filename;
>              out_real_path = g_malloc(PATH_MAX);
> -- 
> 2.19.2

I also doubt that these new hunks are necessary, but it doesn't hurt to
be consistent :)

Reviewed-by: Alberto Garcia <be...@igalia.com>

Berto

Reply via email to