From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f177.google.com (mail-pf0-f177.google.com [209.85.192.177]) by kanga.kvack.org (Postfix) with ESMTP id 474A06B0005 for ; Wed, 30 Mar 2016 04:13:29 -0400 (EDT) Received: by mail-pf0-f177.google.com with SMTP id x3so36143239pfb.1 for ; Wed, 30 Mar 2016 01:13:29 -0700 (PDT) Received: from lgeamrelo11.lge.com (LGEAMRELO11.lge.com. [156.147.23.51]) by mx.google.com with ESMTP id g4si4779059pat.65.2016.03.30.01.13.27 for ; Wed, 30 Mar 2016 01:13:28 -0700 (PDT) Date: Wed, 30 Mar 2016 17:15:27 +0900 From: Joonsoo Kim Subject: Re: [PATCH 05/11] mm/slab: clean-up kmem_cache_node setup Message-ID: <20160330081526.GD1678@js1304-P5Q-DELUXE> References: <1459142821-20303-1-git-send-email-iamjoonsoo.kim@lge.com> <1459142821-20303-6-git-send-email-iamjoonsoo.kim@lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: To: Christoph Lameter Cc: Andrew Morton , Pekka Enberg , David Rientjes , Jesper Dangaard Brouer , linux-mm@kvack.org, linux-kernel@vger.kernel.org On Mon, Mar 28, 2016 at 07:58:29PM -0500, Christoph Lameter wrote: > On Mon, 28 Mar 2016, js1304@gmail.com wrote: > > > * This initializes kmem_cache_node or resizes various caches for all nodes. > > */ > > -static int alloc_kmem_cache_node(struct kmem_cache *cachep, gfp_t gfp) > > +static int setup_kmem_cache_node_node(struct kmem_cache *cachep, gfp_t gfp) > > ... _node_node? Isnt there a better name for it? I will think it more. Reason I use this naming is that there is other site that uses this naming convention. I'm just mimicking it. :) It's very appreaciate if you have a suggestion. Thanks. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org