On 04/12/17 10:45, Jan Beulich wrote:
> @@ -2477,10 +2478,9 @@ static int _put_page_type(struct page_in
>                      continue;
>                  /* We cleared the 'valid bit' so we do the clean up. */
>                  rc = _put_final_page_type(page, x, preemptible, ptpg);
> -                ptpg = NULL;
>                  if ( x & PGT_partial )
>                      put_page(page);
> -                break;

Newline here.  Otherwise, Reviewed-by: Andrew Cooper
<andrew.coop...@citix.com>

> +                return rc;
>              }
>  
>              if ( !ptpg || !PGT_type_equal(x, ptpg->u.inuse.type_info) )
>


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to