Re: [PATCH] UBIFS: Remove some dead code

2016-11-01 Thread Julia Lawall
On Tue, 1 Nov 2016, Christophe JAILLET wrote: > Le 01/11/2016 à 12:42, Richard Weinberger a écrit : > > On 01.11.2016 07:45, Christophe JAILLET wrote: > > > 'ubifs_fast_find_freeable()' can not return an error pointer, so this test > > > can be removed. > > > > > > Signed-off-by: Christophe

Re: [PATCH] UBIFS: Remove some dead code

2016-11-01 Thread Julia Lawall
On Tue, 1 Nov 2016, Christophe JAILLET wrote: > Le 01/11/2016 à 12:42, Richard Weinberger a écrit : > > On 01.11.2016 07:45, Christophe JAILLET wrote: > > > 'ubifs_fast_find_freeable()' can not return an error pointer, so this test > > > can be removed. > > > > > > Signed-off-by: Christophe

Re: [PATCH] UBIFS: Remove some dead code

2016-11-01 Thread Julia Lawall
On Tue, 1 Nov 2016, Christophe JAILLET wrote: > Le 01/11/2016 à 12:42, Richard Weinberger a écrit : > > On 01.11.2016 07:45, Christophe JAILLET wrote: > > > 'ubifs_fast_find_freeable()' can not return an error pointer, so this test > > > can be removed. > > > > > > Signed-off-by: Christophe

Re: [PATCH] UBIFS: Remove some dead code

2016-11-01 Thread Julia Lawall
On Tue, 1 Nov 2016, Christophe JAILLET wrote: > Le 01/11/2016 à 12:42, Richard Weinberger a écrit : > > On 01.11.2016 07:45, Christophe JAILLET wrote: > > > 'ubifs_fast_find_freeable()' can not return an error pointer, so this test > > > can be removed. > > > > > > Signed-off-by: Christophe

Re: [PATCH] UBIFS: Remove some dead code

2016-11-01 Thread Julia Lawall
On Tue, 1 Nov 2016, Christophe JAILLET wrote: > Le 01/11/2016 à 12:42, Richard Weinberger a écrit : > > On 01.11.2016 07:45, Christophe JAILLET wrote: > > > 'ubifs_fast_find_freeable()' can not return an error pointer, so this test > > > can be removed. > > > > > > Signed-off-by: Christophe

Re: [PATCH] UBIFS: Remove some dead code

2016-11-01 Thread Julia Lawall
On Tue, 1 Nov 2016, Christophe JAILLET wrote: > Le 01/11/2016 à 12:42, Richard Weinberger a écrit : > > On 01.11.2016 07:45, Christophe JAILLET wrote: > > > 'ubifs_fast_find_freeable()' can not return an error pointer, so this test > > > can be removed. > > > > > > Signed-off-by: Christophe

Re: [PATCH] UBIFS: Remove some dead code

2016-11-01 Thread Christophe JAILLET
Le 01/11/2016 à 12:42, Richard Weinberger a écrit : On 01.11.2016 07:45, Christophe JAILLET wrote: 'ubifs_fast_find_freeable()' can not return an error pointer, so this test can be removed. Signed-off-by: Christophe JAILLET --- fs/ubifs/gc.c | 4 1 file

Re: [PATCH] UBIFS: Remove some dead code

2016-11-01 Thread Christophe JAILLET
Le 01/11/2016 à 12:42, Richard Weinberger a écrit : On 01.11.2016 07:45, Christophe JAILLET wrote: 'ubifs_fast_find_freeable()' can not return an error pointer, so this test can be removed. Signed-off-by: Christophe JAILLET --- fs/ubifs/gc.c | 4 1 file changed, 4 deletions(-) diff

Re: [PATCH] UBIFS: Remove some dead code

2016-11-01 Thread Richard Weinberger
On 01.11.2016 07:45, Christophe JAILLET wrote: > 'ubifs_fast_find_freeable()' can not return an error pointer, so this test > can be removed. > > Signed-off-by: Christophe JAILLET > --- > fs/ubifs/gc.c | 4 > 1 file changed, 4 deletions(-) > > diff --git

Re: [PATCH] UBIFS: Remove some dead code

2016-11-01 Thread Richard Weinberger
On 01.11.2016 07:45, Christophe JAILLET wrote: > 'ubifs_fast_find_freeable()' can not return an error pointer, so this test > can be removed. > > Signed-off-by: Christophe JAILLET > --- > fs/ubifs/gc.c | 4 > 1 file changed, 4 deletions(-) > > diff --git a/fs/ubifs/gc.c b/fs/ubifs/gc.c

[PATCH] UBIFS: Remove some dead code

2016-11-01 Thread Christophe JAILLET
'ubifs_fast_find_freeable()' can not return an error pointer, so this test can be removed. Signed-off-by: Christophe JAILLET --- fs/ubifs/gc.c | 4 1 file changed, 4 deletions(-) diff --git a/fs/ubifs/gc.c b/fs/ubifs/gc.c index e845c64b6ce1..7b35e3d6cde7

[PATCH] UBIFS: Remove some dead code

2016-11-01 Thread Christophe JAILLET
'ubifs_fast_find_freeable()' can not return an error pointer, so this test can be removed. Signed-off-by: Christophe JAILLET --- fs/ubifs/gc.c | 4 1 file changed, 4 deletions(-) diff --git a/fs/ubifs/gc.c b/fs/ubifs/gc.c index e845c64b6ce1..7b35e3d6cde7 100644 --- a/fs/ubifs/gc.c +++