[PATCH v2 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate

Peter Xu peterx at redhat.com
Sat Apr 11 05:34:19 AEST 2020


On Wed, Apr 01, 2020 at 11:38:18AM -0700, Mike Kravetz wrote:

[...]

> @@ -3255,7 +3254,6 @@ void __init hugetlb_add_hstate(unsigned int order)
>  	unsigned long i;
>  
>  	if (size_to_hstate(PAGE_SIZE << order)) {
> -		pr_warn("hugepagesz= specified twice, ignoring\n");
>  		return;
>  	}

Nitpick: I think the brackets need to be removed to follow linux
coding style.  With that:

Reviewed-by: Peter Xu <peterx at redhat.com>

-- 
Peter Xu



More information about the Linuxppc-dev mailing list