From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:48304 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753492AbcIUV5c (ORCPT ); Wed, 21 Sep 2016 17:57:32 -0400 Date: Wed, 21 Sep 2016 22:57:24 +0100 From: Al Viro To: Dave Chinner Cc: Amir Goldstein , Miklos Szeredi , "linux-unionfs@vger.kernel.org" , Christoph Hellwig , linux-xfs@vger.kernel.org, "Darrick J . Wong" , linux-fsdevel Subject: Re: [PATCH v3 2/4] ovl: use vfs_clone_file_range() for copy up if possible Message-ID: <20160921215724.GV2356@ZenIV.linux.org.uk> References: <1473856994-27463-1-git-send-email-amir73il@gmail.com> <1473856994-27463-3-git-send-email-amir73il@gmail.com> <20160921214814.GC10454@dastard> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160921214814.GC10454@dastard> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Sep 22, 2016 at 07:48:15AM +1000, Dave Chinner wrote: > If you get any error other than -EXDEV or -EOPNOTSUPP from a clone > operation, there's somethign seriously wrong with the metadata of > the inode or th eunderlying storage. Such as -ENOSPC?