Re: [PATCH] hugetlbfs: hugetlb_fault_mutex_hash cleanup

From: Davidlohr Bueso
Date: Thu Sep 19 2019 - 08:07:26 EST


On Wed, 18 Sep 2019, Mike Kravetz wrote:

A new clang diagnostic (-Wsizeof-array-div) warns about the calculation
to determine the number of u32's in an array of unsigned longs. Suppress
warning by adding parentheses.

While looking at the above issue, noticed that the 'address' parameter
to hugetlb_fault_mutex_hash is no longer used. So, remove it from the
definition and all callers.

No functional change.

Reported-by: Nathan Chancellor <natechancellor@xxxxxxxxx>
Signed-off-by: Mike Kravetz <mike.kravetz@xxxxxxxxxx>

Reviewed-by: Davidlohr Bueso <dbueso@xxxxxxx>