From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: vfs: move btrfs clone ioctls to common code Date: Tue, 1 Dec 2015 12:09:20 -0500 Message-ID: <20151201170920.GB8918@ret.masoncoding.com> References: <1448563859-21922-1-git-send-email-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , , , , , , To: Christoph Hellwig Return-path: Content-Disposition: inline In-Reply-To: <1448563859-21922-1-git-send-email-hch-jcswGhMUV9g@public.gmane.org> Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: On Thu, Nov 26, 2015 at 07:50:54PM +0100, Christoph Hellwig wrote: > This patch set moves the existing btrfs clone ioctls that other file > system have started to implement to common code, and allows the NFS > server to export this functionality to remote systems. > > This work is based originally on my NFS CLONE prototype, which reused > code from Anna Schumaker's NFS COPY prototype, as well as various > updates from Peng Tao to this code. > > The patches are also available as a git branch and on gitweb: > > git://git.infradead.org/users/hch/pnfs.git clone-for-viro Thanks Christoph, this looks fine to me. -chris