glebius 906e83affb Use soref() in sendfile(2) instead fhold() to reference a socket.
The problem is that fdrop() requires syscall context, as it may
enter sleep in some cases.  The reason to use it in the original
non-blocking sendfile implementation, was to avoid use of global
ACCEPT_LOCK() on every I/O completion. Now in head sorele() no
longer requires this lock.
2017-09-13 22:11:05 +00:00
..
2017-09-13 07:09:58 +00:00
2017-08-16 22:54:35 +00:00
2017-08-28 21:04:56 +00:00
2017-07-09 13:53:32 +00:00
2017-09-01 17:03:48 +00:00
2017-09-01 17:03:48 +00:00
2017-09-11 20:42:07 +00:00