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 04:04:50 -0400 Message-ID: <20090503080450.GC27287@infradead.org> References: <1241331303-23753-1-git-send-email-joel.becker@oracle.com> <1241331303-23753-4-git-send-email-joel.becker@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, jmorris@namei.org, ocfs2-devel@oss.oracle.com, viro@zeniv.linux.org.uk To: Joel Becker Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:41578 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752705AbZECIEu (ORCPT ); Sun, 3 May 2009 04:04:50 -0400 Content-Disposition: inline In-Reply-To: <1241331303-23753-4-git-send-email-joel.becker@oracle.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sat, May 02, 2009 at 11:15:03PM -0700, Joel Becker wrote: > This implements reflinkat(2) and reflink(2). See > Documentation/reflink.txt for a description of the reflink(2) system > call. > > XXX: Currently only adds the x86_32 linkage. The rest of the > architectures belong here too. As mentioned by willy, no need for the sys_reflink syscall. Also no really good reason to split the support up into three patches, one is enough. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Sun, 3 May 2009 04:04:50 -0400 Subject: [Ocfs2-devel] [PATCH 3/3] fs: Add the reflink(2) system call. In-Reply-To: <1241331303-23753-4-git-send-email-joel.becker@oracle.com> References: <1241331303-23753-1-git-send-email-joel.becker@oracle.com> <1241331303-23753-4-git-send-email-joel.becker@oracle.com> Message-ID: <20090503080450.GC27287@infradead.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Joel Becker Cc: linux-fsdevel@vger.kernel.org, jmorris@namei.org, ocfs2-devel@oss.oracle.com, viro@zeniv.linux.org.uk On Sat, May 02, 2009 at 11:15:03PM -0700, Joel Becker wrote: > This implements reflinkat(2) and reflink(2). See > Documentation/reflink.txt for a description of the reflink(2) system > call. > > XXX: Currently only adds the x86_32 linkage. The rest of the > architectures belong here too. As mentioned by willy, no need for the sys_reflink syscall. Also no really good reason to split the support up into three patches, one is enough.