Re: [PATCH -next] fork.c: Check error and return early

2017-11-20 Thread Michal Hocko
On Thu 16-11-17 22:28:08, Marcos Paulo de Souza wrote: > Thus reducing one indentation level while maintaining the same > rationale. > > Signed-off-by: Marcos Paulo de Souza looks reasonable to me Acked-by: Michal Hocko > --- > kernel/fork.c | 51

Re: [PATCH -next] fork.c: Check error and return early

2017-11-20 Thread Michal Hocko
On Thu 16-11-17 22:28:08, Marcos Paulo de Souza wrote: > Thus reducing one indentation level while maintaining the same > rationale. > > Signed-off-by: Marcos Paulo de Souza looks reasonable to me Acked-by: Michal Hocko > --- > kernel/fork.c | 51

Re: [PATCH -next] fork.c: Check error and return early

2017-11-16 Thread Rik van Riel
On Thu, 2017-11-16 at 22:28 -0200, Marcos Paulo de Souza wrote: > Thus reducing one indentation level while maintaining the same > rationale. > > Signed-off-by: Marcos Paulo de Souza Acked-by: Rik van Riel

Re: [PATCH -next] fork.c: Check error and return early

2017-11-16 Thread Rik van Riel
On Thu, 2017-11-16 at 22:28 -0200, Marcos Paulo de Souza wrote: > Thus reducing one indentation level while maintaining the same > rationale. > > Signed-off-by: Marcos Paulo de Souza Acked-by: Rik van Riel

[PATCH -next] fork.c: Check error and return early

2017-11-16 Thread Marcos Paulo de Souza
Thus reducing one indentation level while maintaining the same rationale. Signed-off-by: Marcos Paulo de Souza --- kernel/fork.c | 51 +-- 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/kernel/fork.c

[PATCH -next] fork.c: Check error and return early

2017-11-16 Thread Marcos Paulo de Souza
Thus reducing one indentation level while maintaining the same rationale. Signed-off-by: Marcos Paulo de Souza --- kernel/fork.c | 51 +-- 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/kernel/fork.c b/kernel/fork.c index