On 1/31/25 20:12, Bart Van Assche wrote: > Commit 30c2de0a267c ("mm/vmstat: fix a W=1 clang compiler warning") > suppresses some but not all compiler warnings that are reported by clang > when building mm/ with W=1. Hence revert commit 30c2de0a267c and instead > make NR_LRU_BASE and NR_ZONE_LRU_BASE integer constants instead of > enumeration constants. Additionally, convert the item##_NORMAL constants > from type enum vm_event_item into int before subtracting ZONE_NORMAL. The > latter constant has type enum zone_type. > > Cc: Ivan Shapovalov <intelfx@xxxxxxxxxxxx> > Cc: Vlastimil Babka <vbabka@xxxxxxx> > Cc: David Laight <david.laight@xxxxxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> Acked-by: Vlastimil Babka <vbabka@xxxxxxx> Thanks.