On Fri, Dec 27, 2024 at 06:57:37PM +0900, Honggyu Kim wrote: > The fa3bea4e1f82 introduced MPOL_WEIGHTED_INTERLEAVE but it missed > adding its counter to "interleave_hit" of numastat, which is located at > /sys/devices/system/node/nodeN/ directory. > > It'd be better to add weighted interleving counter info to the existing > "interleave_hit" instead of introducing a new counter > "weighted_interleave_hit". > > Fixes: fa3bea4e1f82 ("mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving") > Cc: Gregory Price <gourry@xxxxxxxxxx> > Cc: Andi Kleen <ak@xxxxxxxxxxxxxxx> > Signed-off-by: Honggyu Kim <honggyu.kim@xxxxxx> > --- > mm/mempolicy.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Reviewed-by: Gregory Price <gourry@xxxxxxxxxx>