Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 328A5C6FA8E for ; Thu, 2 Mar 2023 19:05:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229740AbjCBTF3 (ORCPT ); Thu, 2 Mar 2023 14:05:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55686 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229728AbjCBTF2 (ORCPT ); Thu, 2 Mar 2023 14:05:28 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A155193FE for ; Thu, 2 Mar 2023 11:05:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=l5qCDWpQ9G8wJhD8YtMAqbLvsYvjfgCmpZrOdQitgqI=; b=KzOVU1Hl4Z+XcRfel4GCZQb/aT huWhNxK1qkANyXVFL+abEDd4SNM4iSwRhJQvRnau/zNMVQTYjE6zk1KZ37FKwB22EXiBJZw0Ua8qV gVV6GXiTBXFZM6xNSKMiejSl1VUl/WgJAP4idkMVWbv24uBTOZc1QXs6hCsxP4FCiBhD7ibeRA4R7 jKOo0WvQJGNvr59lNW410CXkiKKIX2gACIMenKz/ZN/eOoVqQIOPIhO640N8Kpi7/PBO6BWa70jrB jS9HvsbMAtHp8ToGE6cpAIvPB6+RHPNYcbtn3y3xv1UzL/QVq8eCjjo6CV4lvz6WoeVn7vxjisRRG WOP+pcQg==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pXoEU-002b4O-U3; Thu, 02 Mar 2023 19:04:50 +0000 Date: Thu, 2 Mar 2023 19:04:50 +0000 From: Matthew Wilcox To: Kefeng Wang Cc: akpm@linux-foundation.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/7] mm: remove cgroup_throttle_swaprate() completely Message-ID: References: <20230302115835.105364-1-wangkefeng.wang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230302115835.105364-1-wangkefeng.wang@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 02, 2023 at 07:58:28PM +0800, Kefeng Wang wrote: > Convert all the caller functions of cgroup_throttle_swaprate() to use > folios, and use folio_throttle_swaprate(), which allows us to remove > cgroup_throttle_swaprate() completely. For the series: Reviewed-by: Matthew Wilcox (Oracle)