From mboxrd@z Thu Jan 1 00:00:00 1970 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 77549C41513 for ; Tue, 15 Aug 2023 14:22:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237577AbjHOOWP (ORCPT ); Tue, 15 Aug 2023 10:22:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237601AbjHOOWB (ORCPT ); Tue, 15 Aug 2023 10:22:01 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9EEFF1989 for ; Tue, 15 Aug 2023 07:22:00 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 34058617A8 for ; Tue, 15 Aug 2023 14:22:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55BC2C433C8; Tue, 15 Aug 2023 14:21:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692109319; bh=bGBR8hi9e7WbnYTJUGiwSN8u2LUtojucL5S3dEaViFY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=c5jEHBDxJI9CLcgjJ4FNbw2JO7KSGQ86v6l9Abw/ciLLK14qenC0Q5rmWad8eJxlz Xi+F0CWymanP+h1Tc+5nF0OCpCXQS6EzViEmvYLElLLbAVLvpALqKyi7Q3kUT4UkLM NDJfxcVV0JJPS7KR+cFah4lZDwRmLmA6qzcSirCpsPGWIe/c62PYaVmgdxyH+Vv5qD ndhAotfen85FXyMehmU25CJFhKOr3RBrChSbYAXN99M36uRm35a90MlQFNF2RVtAdN SHRZYQHrhz0oTxfOviBvylROdeL2oxG1iQR9aLU2jwkNvbri2ZqgklfhjvtPBPCXew SdCFAC6RlEkOw== Date: Tue, 15 Aug 2023 07:21:57 -0700 From: Chris Li To: "Yin, Fengwei" Cc: Yosry Ahmed , Yu Zhao , linux-kernel@vger.kernel.org, linux-mm@kvack.org, akpm@linux-foundation.org, willy@infradead.org, hannes@cmpxchg.org Subject: Re: [PATCH] zswap: don't warn if none swapcache folio is passed to zswap_load Message-ID: References: <20230810095652.3905184-1-fengwei.yin@intel.com> <26949c92-95a0-414f-918a-8b8cc11e3e9c@intel.com> <3732dd16-148d-4ac6-8295-86a12f89365b@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Yin, On Fri, Aug 11, 2023 at 01:21:21PM +0800, Yin, Fengwei wrote: > OK. I will stick to the current patch. I think remove that warning is fine. Feel free to add: Reviewed-by: Chris Li (Google) Chris