From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lgeamrelo07.lge.com (lgeamrelo07.lge.com [156.147.51.103]) (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 A5FCC35E951 for ; Thu, 23 Apr 2026 04:39:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.147.51.103 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776919144; cv=none; b=kVmMUv4jbZhEuDxfSnTaHGQDa7R7BL3lA0juEHx4wwkM172ELwQCNVG3MTHOjfShmSxj6PSYPA6+evqcz9pjGvH4Mju7MbVL2d4LOKC4osruvYVwt3spBs9SviUo3BdWiY8wf06S8d+ROrWjII4H1hapgjvy4SdZe5N0lcf7n80= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776919144; c=relaxed/simple; bh=daTMw6XpEap2+GK6uFXaneQ99/KIyukquU9dvDdnaIA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GSE+IRN158gB7w2MIF/TefJ0apIVcUW9qNspB1cCslHcpo9TniKMviWFWNH1yxku7Fr9W7TN2oiVbyNQsrqe8YN0UxMgJXeW4L2X4X6/NPQw15hga22HxcbeaeWS+BESM2IltnYt8rsZJ1r5Q4uqKkLExjt/r04RpVliCV+meGc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lge.com; spf=pass smtp.mailfrom=lge.com; arc=none smtp.client-ip=156.147.51.103 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lge.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lge.com Received: from unknown (HELO yjaykim-PowerEdge-T330) (10.177.112.156) by 156.147.51.103 with ESMTP; 23 Apr 2026 13:38:53 +0900 X-Original-SENDERIP: 10.177.112.156 X-Original-MAILFROM: youngjun.park@lge.com Date: Thu, 23 Apr 2026 13:38:53 +0900 From: YoungJun Park To: akpm@linux-foundation.org Cc: chrisl@kernel.org, linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kasong@tencent.com, hannes@cmpxchg.org, mhocko@kernel.org, roman.gushchin@linux.dev, shakeel.butt@linux.dev, muchun.song@linux.dev, shikemeng@huaweicloud.com, nphamcs@gmail.com, bhe@redhat.com, baohua@kernel.org, gunho.lee@lge.com, taejoon.song@lge.com, hyungjun.cho@lge.com, mkoutny@suse.com, baver.bae@lge.com, matia.kim@lge.com Subject: Re: [PATCH v6 4/4] mm: swap: filter swap allocation by memcg tier mask Message-ID: References: <20260421055323.940344-1-youngjun.park@lge.com> <20260421055323.940344-5-youngjun.park@lge.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: <20260421055323.940344-5-youngjun.park@lge.com> On Tue, Apr 21, 2026 at 02:53:23PM +0900, Youngjun Park wrote: Another low impact review from sashiko https://sashiko.dev/#/patchset/20260421055323.940344-1-youngjun.park@lge.com?part=4 Proper concern, But .. it is also not needed to modify. just small optimization of code flow. If somebody thinks differently, happy to apply it. :) Best regards, Youngjun Park