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 BE101C77B7A for ; Fri, 19 May 2023 02:36:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229779AbjESCgR (ORCPT ); Thu, 18 May 2023 22:36:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47256 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229512AbjESCgQ (ORCPT ); Thu, 18 May 2023 22:36:16 -0400 Received: from out30-132.freemail.mail.aliyun.com (out30-132.freemail.mail.aliyun.com [115.124.30.132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 843A6E4D for ; Thu, 18 May 2023 19:36:13 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R521e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018045192;MF=hsiangkao@linux.alibaba.com;NM=1;PH=DS;RN=8;SR=0;TI=SMTPD_---0Viyg9rg_1684463767; Received: from 30.97.48.167(mailfrom:hsiangkao@linux.alibaba.com fp:SMTPD_---0Viyg9rg_1684463767) by smtp.aliyun-inc.com; Fri, 19 May 2023 10:36:10 +0800 Message-ID: <9eb43d73-335d-e30f-ed49-4e0527eeddc3@linux.alibaba.com> Date: Fri, 19 May 2023 10:36:06 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH] erofs: move erofs_{allocpage,release_pages}() under CONFIG_EROFS_FS_ZIP To: Yue Hu , xiang@kernel.org, chao@kernel.org, jefflexu@linux.alibaba.com, linux-erofs@lists.ozlabs.org Cc: linux-kernel@vger.kernel.org, huyue2@coolpad.com, zhangwen@coolpad.com References: <20230519023313.24892-1-zbestahu@gmail.com> From: Gao Xiang In-Reply-To: <20230519023313.24892-1-zbestahu@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/5/19 19:33, Yue Hu wrote: > From: Yue Hu > > These two functions are only used for compression side now. Also, > eliminate unused pagevec.h inclusion. > > Signed-off-by: Yue Hu That seems unnecessary since utils.c shouldn't be included with some inner Kconfig. BTW, I'm now cleanup such stuffs for folios as well. Thanks, Gao Xiang