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 10:56:39 -0400 Message-ID: <20100426145639.GA30714@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> <20100426102844.GA24515@infradead.org> <20100426211613.33dc6076@notabene.brown> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Neil Brown , Christoph Hellwig , Andreas Dilger , "Aneesh Kumar K.V" , viro@zeniv.linux.org.uk, corbet@lwn.net, linux-fsdevel@vger.kernel.org, sfrench@us.ibm.com To: Theodore Tso Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:57467 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752286Ab0DZO4n (ORCPT ); Mon, 26 Apr 2010 10:56:43 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Apr 26, 2010 at 10:53:49AM -0400, Theodore Tso wrote: > So XFS won't allow you to make a read-only snapshot of an XFS file system, and then mount it somewhere else? You'll have to mount it with the nouuid option so that it doesn't end up in the global uuid hash table. Remember XFS on IRIX had these open by handle and saner nfs integration things for a long time already.