From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 02/14] atm/nicstar: don't use idr_remove_all() Date: Sun, 27 Jan 2013 01:43:32 -0500 (EST) Message-ID: <20130127.014332.1581803153001331935.davem@davemloft.net> References: <1359163872-1949-1-git-send-email-tj@kernel.org> <1359163872-1949-3-git-send-email-tj@kernel.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: akpm@linux-foundation.org, rusty@rustcorp.com.au, linux-kernel@vger.kernel.org, chas@cmf.nrl.navy.mil, netdev@vger.kernel.org To: tj@kernel.org Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:55551 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756078Ab3A0Gng (ORCPT ); Sun, 27 Jan 2013 01:43:36 -0500 In-Reply-To: <1359163872-1949-3-git-send-email-tj@kernel.org> Sender: netdev-owner@vger.kernel.org List-ID: From: Tejun Heo Date: Fri, 25 Jan 2013 17:31:00 -0800 > idr_destroy() can destroy idr by itself and idr_remove_all() is being > deprecated. Drop its usage. > > Signed-off-by: Tejun Heo > Cc: Chas Williams > Cc: netdev@vger.kernel.org > --- > This patch depends on an earlier idr patch and given the trivial > nature of the patch, I think it would be best to route these together > through -mm. Please holler if there's any objection. Please do: Acked-by: David S. Miller