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 6C390C76196 for ; Thu, 6 Apr 2023 14:52:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239536AbjDFOwt (ORCPT ); Thu, 6 Apr 2023 10:52:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32938 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239499AbjDFOwa (ORCPT ); Thu, 6 Apr 2023 10:52:30 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 04FA9B45B for ; Thu, 6 Apr 2023 07:51:34 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 1667B67373; Thu, 6 Apr 2023 16:51:24 +0200 (CEST) Date: Thu, 6 Apr 2023 16:51:23 +0200 From: Christoph Hellwig To: Liu Shixin Cc: Seth Jennings , Dan Streetman , Vitaly Wool , Andrew Morton , Nathan Chancellor , Christoph Hellwig , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH -next v8 2/3] mm/zswap: replace zswap_init_{started/failed} with zswap_init_state Message-ID: <20230406145123.GA11839@lst.de> References: <20230403121318.1876082-1-liushixin2@huawei.com> <20230403121318.1876082-3-liushixin2@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230403121318.1876082-3-liushixin2@huawei.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig