Re: [PATCH v2 05/17] signal: simplify rt_sigaction()

From: Oleg Nesterov
Date: Fri Jun 01 2018 - 12:04:17 EST


On 06/01, Christian Brauner wrote:
>
> The goto is not needed and does not add any clarity. Simply return -EINVAL
> on unexpected sigset_t struct size directly.

Agreed, sys_rt_sigaction() looks just ugly and mixes goto/return on failure,

ACK