From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752954Ab1L1AlM (ORCPT ); Tue, 27 Dec 2011 19:41:12 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:41506 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752526Ab1L1AlL (ORCPT ); Tue, 27 Dec 2011 19:41:11 -0500 Date: Tue, 27 Dec 2011 16:41:02 -0800 From: Tejun Heo To: KAMEZAWA Hiroyuki Cc: Vivek Goyal , Andrew Morton , avi@redhat.com, nate@cpanel.net, cl@linux-foundation.org, oleg@redhat.com, axboe@kernel.dk, linux-kernel@vger.kernel.org Subject: Re: [PATCHSET] block, mempool, percpu: implement percpu mempool and fix blkcg percpu alloc deadlock Message-ID: <20111228004102.GK17712@google.com> References: <1324590326-10135-1-git-send-email-tj@kernel.org> <20111222135925.de3221c8.akpm@linux-foundation.org> <20111222220911.GK17084@google.com> <20111222142058.41316ee0.akpm@linux-foundation.org> <20111223014043.GC12738@redhat.com> <20111222175834.66559c8b.akpm@linux-foundation.org> <20111223025629.GE12738@redhat.com> <20111226150531.3c22f2f0.kamezawa.hiroyu@jp.fujitsu.com> <20111227175249.GE17712@google.com> <20111228091402.c45a08f6.kamezawa.hiroyu@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111228091402.c45a08f6.kamezawa.hiroyu@jp.fujitsu.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Wed, Dec 28, 2011 at 09:14:02AM +0900, KAMEZAWA Hiroyuki wrote: > > This is essentially more specialized form of the mempool approach. It > > doesn't seem any simpler to me while being less generic. I don't see > > what the upside would be. > > Hm, but this never causes -ENOMEM error, at all. Ooh, I missed the part it falls back to the global counter if percpu counters aren't allocated yet. Yeah, this is an interesting approach. I'll think more about it. Thanks. -- tejun