From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alasdair G Kergon Subject: Re: [dm-devel] idr_get_new_exact ? Date: Mon, 20 Sep 2010 22:38:25 +0100 Message-ID: <20100920213825.GF30622@agk-dp.fab.redhat.com> References: <4C97D197.9070703@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: device-mapper development , Roland Dreier , Ohad Ben-Cohen , akpm@linux-foundation.org, Steve Wise , linux- Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60358 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753440Ab0ITVj5 (ORCPT ); Mon, 20 Sep 2010 17:39:57 -0400 Content-Disposition: inline In-Reply-To: <4C97D197.9070703@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, Sep 20, 2010 at 11:26:47PM +0200, Tejun Heo wrote: > I agree. Wouldn't those users better off simply using radix tree? Can't speak for the other users, but dm uses it both ways - normally happy with any id (minor number), but sometimes user requires a specific one. Alasdair