From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH -V3] Generic name to handle and open by handle syscalls Date: Mon, 26 Apr 2010 06:28:44 -0400 Message-ID: <20100426102844.GA24515@infradead.org> References: <1271960133-16414-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <20100424110812.40989988@notabene.brown> <20100426095658.GD23020@infradead.org> <20100426201633.0989254f@notabene.brown> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , Andreas Dilger , Theodore Tso , "Aneesh Kumar K.V" , viro@zeniv.linux.org.uk, corbet@lwn.net, linux-fsdevel@vger.kernel.org, sfrench@us.ibm.com To: Neil Brown Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:35371 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753618Ab0DZK2t (ORCPT ); Mon, 26 Apr 2010 06:28:49 -0400 Content-Disposition: inline In-Reply-To: <20100426201633.0989254f@notabene.brown> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Apr 26, 2010 at 08:16:33PM +1000, Neil Brown wrote: > uuids - as Ted as shown - are not necessarily unique (despite the name), > so using them to perform a lookup will either be imperfect (not good for a > kernel interface) or will impose extra uniqueness which would break current > configurations. UUID can easily be made unique. XFS for example refuses to mount filesystems with duplicate UUIDs.