Re: [PATCH] xfstests: add regression test for kernel bz 60673 V2

2013-10-22 Thread Rich Johnston
This has been committed. Thanks --Rich commit 630a2890fff1e3f8f53e9a708d5e6fb2b5158566 Author: Josef Bacik jba...@fusionio.com Date: Mon Oct 21 17:52:08 2013 + xfstests: add regression test for kernel bz 60673 V2 -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] xfstests: add regression test for kernel bz 60673 V2

2013-10-21 Thread Eric Sandeen
On 10/21/13 12:52 PM, Josef Bacik wrote: There was a problem with send trying to overwrite a file that wasn't actually the same. This is a test to check this particular case where receive fails when it should succeed properly. I tested this to verify it fails without my fix and passes

Re: [PATCH] xfstests: add regression test for kernel bz 60673 V2

2013-08-20 Thread Stefan Behrens
On Mon, 19 Aug 2013 16:53:17 -0400, Josef Bacik wrote: There was a problem with send trying to overwrite a file that wasn't actually the same. This is a test to check this particular case where receive fails when it should succeed properly. I tested this to verify it fails without my fix

Re: [PATCH] xfstests: add regression test for kernel bz 60673 V2

2013-08-20 Thread Eric Sandeen
On 8/20/13 4:14 AM, Stefan Behrens wrote: On Mon, 19 Aug 2013 16:53:17 -0400, Josef Bacik wrote: There was a problem with send trying to overwrite a file that wasn't actually the same. This is a test to check this particular case where receive fails when it should succeed properly. I

Re: [PATCH] xfstests: add regression test for kernel bz 60673 V2

2013-08-20 Thread Josef Bacik
On Tue, Aug 20, 2013 at 11:14:53AM +0200, Stefan Behrens wrote: On Mon, 19 Aug 2013 16:53:17 -0400, Josef Bacik wrote: There was a problem with send trying to overwrite a file that wasn't actually the same. This is a test to check this particular case where receive fails when it

[PATCH] xfstests: add regression test for kernel bz 60673 V2

2013-08-19 Thread Josef Bacik
There was a problem with send trying to overwrite a file that wasn't actually the same. This is a test to check this particular case where receive fails when it should succeed properly. I tested this to verify it fails without my fix and passes with my fix. Thanks, Signed-off-by: Josef Bacik