[PATCH] xfstests: fix wrong return check for case 022

2014-01-06 Thread Wang Shilong
Here we expect 0 as return value, fix it. Signed-off-by: Wang Shilong Cc: Josef Bacik --- tests/btrfs/022 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tests/btrfs/022 diff --git a/tests/btrfs/022 b/tests/btrfs/022 old mode 100644 new mode 100755 index 5b1

Re: [PATCH] xfstests: fix wrong return check for case 022

2014-01-06 Thread Tsutomu Itoh
On 2014/01/06 17:08, Wang Shilong wrote: > Here we expect 0 as return value, fix it. > > Signed-off-by: Wang Shilong > Cc: Josef Bacik > --- > tests/btrfs/022 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > mode change 100644 => 100755 tests/btrfs/022 > > diff --git a/tests/btrfs

Re: [PATCH] xfstests: fix wrong return check for case 022

2014-01-06 Thread Wang Shilong
Itoh San, On 01/06/2014 04:23 PM, Tsutomu Itoh wrote: > On 2014/01/06 17:08, Wang Shilong wrote: >> Here we expect 0 as return value, fix it. >> >> Signed-off-by: Wang Shilong >> Cc: Josef Bacik >> --- >> tests/btrfs/022 | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> mode chang

Re: [PATCH] xfstests: fix wrong return check for case 022

2014-01-06 Thread Tsutomu Itoh
On 2014/01/06 17:48, Wang Shilong wrote: > Itoh San, > > On 01/06/2014 04:23 PM, Tsutomu Itoh wrote: >> On 2014/01/06 17:08, Wang Shilong wrote: >>> Here we expect 0 as return value, fix it. >>> >>> Signed-off-by: Wang Shilong >>> Cc: Josef Bacik >>> --- >>>tests/btrfs/022 | 2 +- >>>1 fi

Re: [PATCH] xfstests: fix wrong return check for case 022

2014-01-06 Thread Wang Shilong
On 01/07/2014 09:11 AM, Tsutomu Itoh wrote: > On 2014/01/06 17:48, Wang Shilong wrote: >> Itoh San, >> >> On 01/06/2014 04:23 PM, Tsutomu Itoh wrote: >>> On 2014/01/06 17:08, Wang Shilong wrote: Here we expect 0 as return value, fix it. Signed-off-by: Wang Shilong Cc: Josef Bac

Re: [PATCH] xfstests: fix wrong return check for case 022

2014-01-06 Thread Tsutomu Itoh
On 2014/01/07 11:19, Wang Shilong wrote: > On 01/07/2014 09:11 AM, Tsutomu Itoh wrote: >> On 2014/01/06 17:48, Wang Shilong wrote: >>> Itoh San, >>> >>> On 01/06/2014 04:23 PM, Tsutomu Itoh wrote: On 2014/01/06 17:08, Wang Shilong wrote: > Here we expect 0 as return value, fix it. > >>

Re: [PATCH] xfstests: fix wrong return check for case 022

2014-01-06 Thread Wang Shilong
On 01/07/2014 11:24 AM, Tsutomu Itoh wrote: > On 2014/01/07 11:19, Wang Shilong wrote: >> On 01/07/2014 09:11 AM, Tsutomu Itoh wrote: >>> On 2014/01/06 17:48, Wang Shilong wrote: Itoh San, On 01/06/2014 04:23 PM, Tsutomu Itoh wrote: > On 2014/01/06 17:08, Wang Shilong wrote: