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

2015-09-22 Thread David Sterba
On Fri, Sep 11, 2015 at 04:30:18PM -0400, Anna Schumaker wrote: > This is perfectly valid for BTRFS and XFS, so let's leave this up to > filesystems to check. > > Signed-off-by: Anna Schumaker For the btrfs part, Reviewed-by: David Sterba -- To

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

2015-09-11 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 --- fs/read_write.c | 4 1 file changed, 4 deletions(-) diff --git a/fs/read_write.c b/fs/read_write.c index 38cc251..d32549b 100644 ---