mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
Remove an additional commented out reference to a possible future sx
lock.
This commit is contained in:
parent
ae794b415f
commit
56856fbfb4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143425
@ -261,7 +261,6 @@ sodealloc(struct socket *so)
|
||||
crfree(so->so_cred);
|
||||
SOCKBUF_LOCK_DESTROY(&so->so_snd);
|
||||
SOCKBUF_LOCK_DESTROY(&so->so_rcv);
|
||||
/* sx_destroy(&so->so_sxlock); */
|
||||
uma_zfree(socket_zone, so);
|
||||
mtx_lock(&so_global_mtx);
|
||||
--numopensockets;
|
||||
|
Loading…
Reference in New Issue
Block a user