Re: Kill SS_ASYNC

2021-06-01 Thread Vitaliy Makkoveev
On Sat, May 29, 2021 at 10:33:17AM +0200, Martin Pieuchot wrote: > The socket flag SS_ASYNC is redundant with the socket buffer flag > SB_ASYNC. Both are set & unset via FIOASYNC. So the diff below gets > rid of SS_ASYNC. > > Checking states on socket buffers will help reduce the scope of the >

Kill SS_ASYNC

2021-06-01 Thread Martin Pieuchot
The socket flag SS_ASYNC is redundant with the socket buffer flag SB_ASYNC. Both are set & unset via FIOASYNC. So the diff below gets rid of SS_ASYNC. Checking states on socket buffers will help reduce the scope of the NET_LOCK() when we'll introduce a socket buffer lock. ok? Index: kern/sys_s