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 408A6C001DB for ; Tue, 15 Aug 2023 15:14:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237841AbjHOPOM (ORCPT ); Tue, 15 Aug 2023 11:14:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237844AbjHOPNs (ORCPT ); Tue, 15 Aug 2023 11:13:48 -0400 Received: from out30-100.freemail.mail.aliyun.com (out30-100.freemail.mail.aliyun.com [115.124.30.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DFA20E5 for ; Tue, 15 Aug 2023 08:13:46 -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=ay29a033018046051;MF=hsiangkao@linux.alibaba.com;NM=1;PH=DS;RN=3;SR=0;TI=SMTPD_---0VpsQoB8_1692112417; Received: from 30.25.208.52(mailfrom:hsiangkao@linux.alibaba.com fp:SMTPD_---0VpsQoB8_1692112417) by smtp.aliyun-inc.com; Tue, 15 Aug 2023 23:13:40 +0800 Message-ID: <6cbcb818-149f-88dd-9513-49bb9a154b7b@linux.alibaba.com> Date: Tue, 15 Aug 2023 23:13:37 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH 2/3] erofs: add necessary kmem_cache_create flags for erofs inode cache To: Ferry Meng , linux-erofs@lists.ozlabs.org Cc: LKML References: <20230815094849.53249-1-mengferry@linux.alibaba.com> <20230815094849.53249-2-mengferry@linux.alibaba.com> From: Gao Xiang In-Reply-To: <20230815094849.53249-2-mengferry@linux.alibaba.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/8/15 17:48, Ferry Meng wrote: > To improve memory access efficiency and enable statistics functionality, > add SLAB_MEM_SPREAD and SLAB_ACCOUNT flag during erofs_icachep's allocation > time. > > Signed-off-by: Ferry Meng Reviewed-by: Gao Xiang Thanks, Gao Xiang