socket: Simplify soclose_fast by always sending the close message
commitf5c5b724ebe5c764afc3cb64b9f6aa3f266ad9aa
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 14 Oct 2015 11:58:47 +0000 (14 19:58 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 14 Oct 2015 12:10:09 +0000 (14 20:10 +0800)
treef6ae8e399709f4ba3c668e402b64c1c2a12fac92
parent94aba184b23a7484c8d3c53cd3d50b9f8aa4f034
socket: Simplify soclose_fast by always sending the close message

And unpend asynchronized PRUs at the beginning of soclose_sync();
this prepares for the asynchronized pru_attach.
sys/kern/uipc_socket.c