From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 3/3] fs: Add the reflink(2) system call. Date: Sun, 3 May 2009 03:48:49 -0400 Message-ID: <20090503074849.GA20399@infradead.org> References: <1241331303-23753-1-git-send-email-joel.becker@oracle.com> <1241331303-23753-4-git-send-email-joel.becker@oracle.com> <20090503062756.GO8822@parisc-linux.org> <20090503063902.GR8633@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Matthew Wilcox , Joel Becker , linux-fsdevel@vger.kernel.org, jmorris@namei.org, ocfs2-devel@oss.oracle.com To: Al Viro Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:51070 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751883AbZECHsv (ORCPT ); Sun, 3 May 2009 03:48:51 -0400 Content-Disposition: inline In-Reply-To: <20090503063902.GR8633@ZenIV.linux.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sun, May 03, 2009 at 07:39:02AM +0100, Al Viro wrote: > Another question: do we want that to work across mounpoint boundary? > It's probably OK in this case, but... I don't think so. Allowing any link-like semantics over mount point boundaries will just cause problems. Joel, can you also submit a reflink man page to Michael?