On 07.09.2025 18:15, Bernhard Kaindl wrote:
> @@ -2806,7 +2816,8 @@ void free_domheap_pages(struct page_info *pg, unsigned 
> int order)
>                  }
>              }
>  
> -            drop_dom_ref = !domain_adjust_tot_pages(d, -(1 << order));
> +            drop_dom_ref = !domain_adjust_tot_pages(d, NUMA_NO_NODE,
> +                                                    -(1 << order));

As you touch this, can you take the opportunity and switch to using 1L here?

Jan

Reply via email to