Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756279Ab1CRHAD (ORCPT ); Fri, 18 Mar 2011 03:00:03 -0400 Received: from 0122700014.0.fullrate.dk ([95.166.99.235]:46257 "EHLO kernel.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756193Ab1CRG74 (ORCPT ); Fri, 18 Mar 2011 02:59:56 -0400 Message-ID: <4D8302E9.30303@kernel.dk> Date: Fri, 18 Mar 2011 07:59:53 +0100 From: Jens Axboe MIME-Version: 1.0 To: Lai Jiangshan CC: "Paul E. McKenney" , Ingo Molnar , Robert Love , "James E.J. Bottomley" , Neil Horman , "David S. Miller" , Alexey Kuznetsov , "Pekka Savola (ipv6)" , James Morris , Hideaki YOSHIFUJI , Patrick McHardy , Eric Dumazet , Stephen Hemminger , Tejun Heo , Jarek Poplawski , linux-kernel@vger.kernel.org, devel@open-fcoe.org, linux-scsi@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 05/36] block,rcu: convert call_rcu(disk_free_ptbl_rcu_cb) to kfree_rcu() References: <4D82D071.5020703@cn.fujitsu.com> <4D82D3FF.2080303@cn.fujitsu.com> <4D82D4C2.8020503@cn.fujitsu.com> In-Reply-To: <4D82D4C2.8020503@cn.fujitsu.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 471 Lines: 16 On 2011-03-18 04:42, Lai Jiangshan wrote: > > > The rcu callback disk_free_ptbl_rcu_cb() just calls a kfree(), > so we use kfree_rcu() instead of the call_rcu(disk_free_ptbl_rcu_cb). Thanks, I'll add this. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/