From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752362Ab0ESNyK (ORCPT ); Wed, 19 May 2010 09:54:10 -0400 Received: from e5.ny.us.ibm.com ([32.97.182.145]:59483 "EHLO e5.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751702Ab0ESNyI (ORCPT ); Wed, 19 May 2010 09:54:08 -0400 Date: Wed, 19 May 2010 06:54:01 -0700 From: "Paul E. McKenney" To: Jens Axboe Cc: mingo@elte.hu, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, mathieu.desnoyers@efficios.com Subject: Re: [PATCH] block: remove all rcu head initializations Message-ID: <20100519135401.GB2237@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20100518183603.GA6238@linux.vnet.ibm.com> <20100519062628.GF25951@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100519062628.GF25951@kernel.dk> 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 On Wed, May 19, 2010 at 08:26:28AM +0200, Jens Axboe wrote: > On Tue, May 18 2010, Paul E. McKenney wrote: > > Hello, Jens, > > > > Would you like to carry this patch, or should I push it up -tip? If I > > don't hear otherwise from you, I will push it up -tip. The > > INIT_RCU_HEAD() primitive is going away in favor of debugobjects. > > I'll queue it up, thanks! Let me know when you have it, and I will happily remove it from my tree. ;-) Thanx, Paul