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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 57899C432C0 for ; Sun, 1 Dec 2019 01:49:31 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id ED03D20880 for ; Sun, 1 Dec 2019 01:49:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="eVgvOgr3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ED03D20880 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id A418F6B0266; Sat, 30 Nov 2019 20:49:30 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 9F2106B0269; Sat, 30 Nov 2019 20:49:30 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 9088E6B026A; Sat, 30 Nov 2019 20:49:30 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0056.hostedemail.com [216.40.44.56]) by kanga.kvack.org (Postfix) with ESMTP id 73E296B0266 for ; Sat, 30 Nov 2019 20:49:30 -0500 (EST) Received: from smtpin04.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with SMTP id 21D0040D0 for ; Sun, 1 Dec 2019 01:49:30 +0000 (UTC) X-FDA: 76214890500.04.cry08_8d23a9901f64b X-HE-Tag: cry08_8d23a9901f64b X-Filterd-Recvd-Size: 2902 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf19.hostedemail.com (Postfix) with ESMTP for ; Sun, 1 Dec 2019 01:49:29 +0000 (UTC) Received: from localhost.localdomain (c-73-231-172-41.hsd1.ca.comcast.net [73.231.172.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B07DA2086A; Sun, 1 Dec 2019 01:49:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575164969; bh=oXdOGy7PFkFQdixH2UvYWKz8XJ8MEtX2XEiBLTrGah8=; h=Date:From:To:Subject:From; b=eVgvOgr3HyfllHgHhNZzec8T6hh51UMO0XJsvWRrfDNPwDaYByy4tf/h86wJJxNSM HY+hvfG+yay6KQt8pvSBcSMiWrUc+SEHAo5fSvJlJLX6Q3YUT+hDfd8eNbuZCyTc2j xUnlVnEjV81C4Qt9C5H5uuHuaekIagSGqYEBNsIc= Date: Sat, 30 Nov 2019 17:49:28 -0800 From: akpm@linux-foundation.org To: akpm@linux-foundation.org, cl@linux.com, guro@fb.com, iamjoonsoo.kim@lge.com, linux-mm@kvack.org, lpf.vector@gmail.com, mm-commits@vger.kernel.org, penberg@kernel.org, rientjes@google.com, torvalds@linux-foundation.org, vbabka@suse.cz Subject: [patch 007/158] mm, slab_common: use enum kmalloc_cache_type to iterate over kmalloc caches Message-ID: <20191201014928.40nQ9dUfS%akpm@linux-foundation.org> User-Agent: s-nail v14.8.16 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: From: Pengfei Li Subject: mm, slab_common: use enum kmalloc_cache_type to iterate over kmalloc caches The type of local variable *type* of new_kmalloc_cache() should be enum kmalloc_cache_type instead of int, so correct it. Link: http://lkml.kernel.org/r/1569241648-26908-4-git-send-email-lpf.vector@gmail.com Signed-off-by: Pengfei Li Acked-by: Vlastimil Babka Acked-by: Roman Gushchin Acked-by: David Rientjes Cc: Christoph Lameter Cc: Joonsoo Kim Cc: Pekka Enberg Signed-off-by: Andrew Morton --- mm/slab_common.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/mm/slab_common.c~mm-slab_common-use-enum-kmalloc_cache_type-to-iterate-over-kmalloc-caches +++ a/mm/slab_common.c @@ -1239,7 +1239,7 @@ void __init setup_kmalloc_cache_index_ta } static void __init -new_kmalloc_cache(int idx, int type, slab_flags_t flags) +new_kmalloc_cache(int idx, enum kmalloc_cache_type type, slab_flags_t flags) { if (type == KMALLOC_RECLAIM) flags |= SLAB_RECLAIM_ACCOUNT; @@ -1257,7 +1257,8 @@ new_kmalloc_cache(int idx, int type, sla */ void __init create_kmalloc_caches(slab_flags_t flags) { - int i, type; + int i; + enum kmalloc_cache_type type; for (type = KMALLOC_NORMAL; type <= KMALLOC_RECLAIM; type++) { for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) { _