From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH-RFC-RESEND 2/9] vfs/btrfs: add .clone_range file operation Date: Wed, 26 Aug 2015 06:17:41 -0700 Message-ID: <20150826131741.GA22249@infradead.org> References: <1440577010-122867-1-git-send-email-tao.peng@primarydata.com> <1440577010-122867-3-git-send-email-tao.peng@primarydata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, Trond Myklebust , Anna Schumaker , Zach Brown , Darren Hart , bfields@fieldses.org, Jeff Layton , linux-nfs@vger.kernel.org, "Darrick J. Wong" , linux-btrfs@vger.kernel.org To: Peng Tao Return-path: Content-Disposition: inline In-Reply-To: <1440577010-122867-3-git-send-email-tao.peng@primarydata.com> Sender: linux-btrfs-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org You need to eep the existing defintion, either as a duplicate with a comment, or by including the uapi fs.h and defininin it to the new name. Also this will break cifs, which uses the BTRFS_IOC_CLONE defintion already.