]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Setup and put to use the mutex lock for sf_freelist, the sendfile(2) bufs
authorbmilekic <bmilekic@FreeBSD.org>
Sat, 4 Nov 2000 07:16:08 +0000 (07:16 +0000)
committerbmilekic <bmilekic@FreeBSD.org>
Sat, 4 Nov 2000 07:16:08 +0000 (07:16 +0000)
commit8b319d105d5e923a51a030154a02faab2552df6f
tree6f6051e3409f8d5faf47c7079b4292f37e23140c
parentb01bea2a9440e72ec9b2d5bfc81967267f2416cc
Setup and put to use the mutex lock for sf_freelist, the sendfile(2) bufs
freelist. Should now be thread-friendly, in part.

Note: More work is needed in uipc_syscalls.c, but it will have to wait until
the socket locking issues are at least 80% implemented and committed.
sys/kern/uipc_syscalls.c