From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Layton Subject: Re: [RFC][PATCH] ensure i_ino uniqueness in filesystems without permanent inode numbers (via idr) Date: Wed, 15 Nov 2006 11:44:34 -0500 Message-ID: <1163609074.7571.10.camel@tleilax.poochiereds.net> References: <1163535728.15846.21.camel@dantu.rdu.redhat.com> <20061114202625.GY29920@ftp.linux.org.uk> <1163608958.7571.8.camel@tleilax.poochiereds.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com ([66.187.233.31]:8877 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1030677AbWKOQoh (ORCPT ); Wed, 15 Nov 2006 11:44:37 -0500 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id kAFGiaTx029882 for ; Wed, 15 Nov 2006 11:44:36 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id kAFGia95028274 for ; Wed, 15 Nov 2006 11:44:36 -0500 Received: from [192.168.1.3] (vpn-14-138.rdu.redhat.com [10.11.14.138]) by pobox.corp.redhat.com (8.13.1/8.12.8) with ESMTP id kAFGiZJC001363 for ; Wed, 15 Nov 2006 11:44:35 -0500 To: linux-fsdevel@vger.kernel.org In-Reply-To: <1163608958.7571.8.camel@tleilax.poochiereds.net> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, 2006-11-15 at 11:42 -0500, Jeff Layton wrote: > > Ok, that sounds reasonable. Here's a respun patch. This adds 2 new > functions, an idr_register and idr_unregister. Doh! That should read iunique_register and iunique_unregister... -- Jeff