On Fri, Apr 14, 2023 at 10:30:57PM +, Klemens Nanni wrote:
> Saw 'error = ifioctl(); return error;' which I did not fold when removing
> the lock around the call back then.
>
> That should be simplified, but the variable could be dropped completely.
> Or is it likely to be used in future versi
Saw 'error = ifioctl(); return error;' which I did not fold when removing
the lock around the call back then.
That should be simplified, but the variable could be dropped completely.
Or is it likely to be used in future versions of this function?
Index: kern/sys_socket.c
=