Re: soaccept() and spl

2016-09-12 Thread Claudio Jeker
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() and spl

2016-09-12 Thread Martin Pieuchot
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