From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-176.mta1.migadu.com (out-176.mta1.migadu.com [95.215.58.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 731D138D69D for ; Fri, 29 May 2026 05:37:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.176 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780033057; cv=none; b=PxoGrrKqNiVEikl99sIL2vjv83UBRV+r6fCSeFyctK/+CsalonltKgE5O4dPslqcyeCVODmzIfuGtenHXkWJfbDgMIzD4uqCt5LmLQLtEwOxKOGgP/bQah++GOi518luBCfLo0YxiK6z83636rqF2pG0I0kAqSdxkCrkxFYf0Jw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780033057; c=relaxed/simple; bh=nec9IghqXR9EZ5vap7aewW1M8od3pvlmLk/BrcCToNA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=O6JWxYGrk5K4cdP6afDuq65PtAICj53AW4a6cONa9PU+5hI/co4gFg/1xSIJBzGq2P2Y6OT5Mf3Oot2T9f6qmt3do0lmMtLHZ2G0iHCBdCkURvjR3BFCuBaUGrnj1HPzVeittXjPt+hpPEpT7huLHj2VRG422C05dQYRgFmshiY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=ndaCXlcS; arc=none smtp.client-ip=95.215.58.176 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="ndaCXlcS" Date: Thu, 28 May 2026 22:37:23 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1780033053; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=9VASAwgiYpw4DqJgbzJssFNBsWa2yfmiHUKRKx8zKLs=; b=ndaCXlcSrs2qiNtCkoEJhocDDYeE4i4kCxOw0RNtDG96zSe/UUWHtr6Yx87BFrCNh0Y2y0 OmmxwdymUPELGhUAkguhoO+iHyfsuTTPCOV27CQIE844BJxAWftn/r4YffBFYsRhj6HwZY wSLrq68kQjMb3rJOFF+9Ptk6J1Gj2C8= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Shakeel Butt To: kasong@tencent.com Cc: linux-mm@kvack.org, Andrew Morton , Axel Rasmussen , Yuanchu Xie , Wei Xu , Johannes Weiner , David Hildenbrand , Michal Hocko , Lorenzo Stoakes , Barry Song , David Stevens , Chen Ridong , Leno Hou , Yafang Shao , Yu Zhao , Zicheng Wang , Baolin Wang , Kalesh Singh , Suren Baghdasaryan , Chris Li , Vernon Yang , linux-kernel@vger.kernel.org, Kairui Song , Qi Zheng Subject: Re: [PATCH v7 02/15] mm/mglru: rename variables related to aging and rotation Message-ID: References: <20260428-mglru-reclaim-v7-0-02fabb92dc43@tencent.com> <20260428-mglru-reclaim-v7-2-02fabb92dc43@tencent.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260428-mglru-reclaim-v7-2-02fabb92dc43@tencent.com> X-Migadu-Flow: FLOW_OUT On Tue, Apr 28, 2026 at 02:06:53AM +0800, Kairui Song via B4 Relay wrote: > From: Kairui Song > > The current variable name isn't helpful. Make the variable names more > meaningful. > > Only naming change, no behavior change. > > Suggested-by: Barry Song > Reviewed-by: Baolin Wang > Reviewed-by: Chen Ridong > Reviewed-by: Barry Song > Reviewed-by: Axel Rasmussen > Signed-off-by: Kairui Song Acked-by: Shakeel Butt