On Mon, Sep 12, 2016 at 11:15:21AM +0200, Martin Pieuchot wrote:
> soaccept() is always called at IPL_SOFTNET, so assert it instead of
> raising the SPL level recursively. This is not a problem currently
> but will be one as soon as we use a non-recursive rwlock.
>
> ok?
OK claudio (I bet there
soaccept() is always called at IPL_SOFTNET, so assert it instead of
raising the SPL level recursively. This is not a problem currently
but will be one as soon as we use a non-recursive rwlock.
ok?
Index: kern/uipc_socket.c
===
RCS f