Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932703AbcC3INb (ORCPT ); Wed, 30 Mar 2016 04:13:31 -0400 Received: from LGEAMRELO11.lge.com ([156.147.23.51]:42254 "EHLO lgeamrelo11.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932643AbcC3IN3 (ORCPT ); Wed, 30 Mar 2016 04:13:29 -0400 X-Original-SENDERIP: 156.147.1.125 X-Original-MAILFROM: iamjoonsoo.kim@lge.com X-Original-SENDERIP: 10.177.222.138 X-Original-MAILFROM: iamjoonsoo.kim@lge.com Date: Wed, 30 Mar 2016 17:15:27 +0900 From: Joonsoo Kim To: Christoph Lameter Cc: Andrew Morton , Pekka Enberg , David Rientjes , Jesper Dangaard Brouer , linux-mm@kvack.org, linux-kernel@vger.kernel.org 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: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 612 Lines: 15 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.