Re: [PATCH v5 5/9] vfs: Copy shouldn't forbid ranges inside the same file

2015-10-14 Thread Anna Schumaker
I would have folded this and patch 4 earlier if I had written patch 1, but I didn't feel comfortable modifying Zach's work too much. I can make that change if it's not really a problem. Anna On 10/11/2015 10:22 AM, Christoph Hellwig wrote: > Needs to be folded. > -- To unsubscribe from this

Re: [PATCH v5 5/9] vfs: Copy shouldn't forbid ranges inside the same file

2015-10-14 Thread Anna Schumaker
On 10/14/2015 02:25 PM, Christoph Hellwig wrote: > On Wed, Oct 14, 2015 at 01:37:13PM -0400, Anna Schumaker wrote: >> I would have folded this and patch 4 earlier if I had written patch 1, >> but I didn't feel comfortable modifying Zach's work too much. I can >> make that change if it's not

Re: [PATCH v5 5/9] vfs: Copy shouldn't forbid ranges inside the same file

2015-10-14 Thread Christoph Hellwig
On Wed, Oct 14, 2015 at 01:37:13PM -0400, Anna Schumaker wrote: > I would have folded this and patch 4 earlier if I had written patch 1, > but I didn't feel comfortable modifying Zach's work too much. I can > make that change if it's not really a problem. Folding the changes is perfectly fine,

Re: [PATCH v5 5/9] vfs: Copy shouldn't forbid ranges inside the same file

2015-10-11 Thread Christoph Hellwig
Needs to be folded. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v5 5/9] vfs: Copy shouldn't forbid ranges inside the same file

2015-09-30 Thread Anna Schumaker
This is perfectly valid for BTRFS and XFS, so let's leave this up to filesystems to check. Signed-off-by: Anna Schumaker Reviewed-by: David Sterba Reviewed-by: Darrick J. Wong --- fs/read_write.c | 4 1 file changed, 4