From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-112.freemail.mail.aliyun.com (out30-112.freemail.mail.aliyun.com [115.124.30.112]) (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 17B693A9635 for ; Mon, 30 Mar 2026 07:59:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.112 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774857566; cv=none; b=YmiyQQbszC1Le4QXlqF+DeBSJdnpJSxl+4rduGMt5aVxrOmaEx0i1QYrK7kmK9W2A1eEd6ZvpRyYS4s55PjNUWWorff4MeQlChWayf16TAe5g5Hd6zmlKnfgFN+XnaDL9Ombin6fWywwqN8bfIaX19srsncNAstJ+AyLxST/s+0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774857566; c=relaxed/simple; bh=Ml+/PapCWepUMFSV7uIDzpsMvrKqRfGs3rStd+bOe8A=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=RRL0gjyMLssqzOMyvdjSgxio069Lf1Z9G/VN2R55KUlnUMdjKg5frgYKYr+dh4+maS+3Iw+6ZD/Yx4u/zYg6l+kFAtPqYUOcn2Mz9XDllXTRFRq4cVDpZ6IrCRQPB9i+sbtoA6Iuqi7yx/hIJMZQpcEh1i8zpjl4orOip8ApeFs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=AXPYtrdY; arc=none smtp.client-ip=115.124.30.112 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="AXPYtrdY" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1774857555; h=Message-ID:Date:MIME-Version:Subject:To:From:Content-Type; bh=GDES+AFFgmGvx0gQMExZ60voHnnQ7hBjinDGrfhyCrA=; b=AXPYtrdYJjVwrUEDgO1lTwrWPcJwOhBTzzHouuhiCnHpIfb9xowiicMQwUZ5n4FUCHx7PvrhZl9EP7brAKF7G1jzwFhS9USv5x+N0+UwKc73DlbvccErHWYFC2s+mpUB9qrlgeEH0eN5cJW1ajhmEhEklU75k6ikKVXIE4TD14c= X-Alimail-AntiSpam:AC=PASS;BC=-1|-1;BR=01201311R291e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=maildocker-contentspam033045133197;MF=baolin.wang@linux.alibaba.com;NM=1;PH=DS;RN=25;SR=0;TI=SMTPD_---0X.wCb4S_1774857552; Received: from 30.74.144.120(mailfrom:baolin.wang@linux.alibaba.com fp:SMTPD_---0X.wCb4S_1774857552 cluster:ay36) by smtp.aliyun-inc.com; Mon, 30 Mar 2026 15:59:13 +0800 Message-ID: Date: Mon, 30 Mar 2026 15:59:12 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 02/12] mm/mglru: rename variables related to aging and rotation To: kasong@tencent.com, linux-mm@kvack.org Cc: Andrew Morton , Axel Rasmussen , Yuanchu Xie , Wei Xu , Johannes Weiner , David Hildenbrand , Michal Hocko , Qi Zheng , Shakeel Butt , Lorenzo Stoakes , Barry Song , David Stevens , Chen Ridong , Leno Hou , Yafang Shao , Yu Zhao , Zicheng Wang , Kalesh Singh , Suren Baghdasaryan , Chris Li , Vernon Yang , linux-kernel@vger.kernel.org, Qi Zheng References: <20260329-mglru-reclaim-v2-0-b53a3678513c@tencent.com> <20260329-mglru-reclaim-v2-2-b53a3678513c@tencent.com> From: Baolin Wang In-Reply-To: <20260329-mglru-reclaim-v2-2-b53a3678513c@tencent.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 3/29/26 3:52 AM, 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 > Signed-off-by: Kairui Song > --- LGTM. Reviewed-by: Baolin Wang