From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752613Ab1GUHiX (ORCPT ); Thu, 21 Jul 2011 03:38:23 -0400 Received: from ozlabs.org ([203.10.76.45]:45417 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751910Ab1GUHiV (ORCPT ); Thu, 21 Jul 2011 03:38:21 -0400 From: Rusty Russell To: Jonathan Cameron , Tejun Heo Cc: LKML , Andrew Morton Subject: Re: RFC: Boiler plate functions for ida / idr allocation? In-Reply-To: <4E1DA232.30408@cam.ac.uk> References: <4E1D6900.6040500@cam.ac.uk> <20110713133139.GO2872@htj.dyndns.org> <4E1DA232.30408@cam.ac.uk> User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1 (i686-pc-linux-gnu) Date: Thu, 21 Jul 2011 16:20:20 +0930 Message-ID: <87bowo2klv.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 13 Jul 2011 14:48:34 +0100, Jonathan Cameron wrote: > Rusty, are you pursuing this? Approach looks sensible to me. OK, I'll polish up what I had based on Tejun's feedback and repost. Thanks for the prod... Rusty.