From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-124.freemail.mail.aliyun.com (out30-124.freemail.mail.aliyun.com [115.124.30.124]) (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 8CD8A3ECBE6 for ; Tue, 31 Mar 2026 08:51:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774947080; cv=none; b=tsH5e36Ii42mTfTU6BB+/ik+eagJXAVMWcux9p2pFpXPmUkML7jm/2Kiq7lAYub6oqhMtaQy9dGyGIYkFcrfTh2iXDCF4yWr8SEr2bOX2QJkiA9YYoLlXlY86N+MLb0H7LNrgz4GRYdNf3bA4o5sQwtXYxBj9kzm1JfPzpSC4KI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774947080; c=relaxed/simple; bh=zi3DkRbj2jz9mA2nBDteufL1zsx3TxZkkIbvDguSN+o=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=u1Zwba/e/LeJ6xC8hmlsRZLm9eP6wr8ME1N3oGAqaXc/xuvDdZtGsf9PHuLZLbk/L2V3Mg2yQ7PYEWsmxp6e0M+FgT1lw25o7Jsm8j8nIdKcp/wW8Py444SnJTEdXWcNOf1e+nbaa4Jtl1VcCU1DdvqLP/cLk1DrleAv8Fs5G7g= 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=ctRWEiLD; arc=none smtp.client-ip=115.124.30.124 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="ctRWEiLD" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1774947076; h=Message-ID:Date:MIME-Version:Subject:To:From:Content-Type; bh=eYjN9h4+3bUDxNpc5oVatfPrm0gSPRSAp2rbE5CgWJs=; b=ctRWEiLD97QyyBpB2/ayTACBCnQ9SoT/GWlgqsjoxvYRrQ41LKuZo2hSuH2jLD0ELkEFE0demihKZunvTeEOQJGTD8Pr7m+zecNZcieJj2fFBJU4sXq4fgjGpkDuQVKx9oI750abS3DTOHaGUV1Zl9yTJ7iSpBsRCckSGZF0g9U= X-Alimail-AntiSpam:AC=PASS;BC=-1|-1;BR=01201311R121e4;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_---0X03pBFp_1774947073; Received: from 30.74.144.129(mailfrom:baolin.wang@linux.alibaba.com fp:SMTPD_---0X03pBFp_1774947073 cluster:ay36) by smtp.aliyun-inc.com; Tue, 31 Mar 2026 16:51:14 +0800 Message-ID: <65c5bf4b-3d1a-4b3d-92b5-a7f8894d750e@linux.alibaba.com> Date: Tue, 31 Mar 2026 16:51:13 +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 11/12] mm/vmscan: remove sc->unqueued_dirty 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-11-b53a3678513c@tencent.com> From: Baolin Wang In-Reply-To: <20260329-mglru-reclaim-v2-11-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 > > No one is using it now, just remove it. > > Suggested-by: Axel Rasmussen > Signed-off-by: Kairui Song > --- LGTM. Reviewed-by: Baolin Wang