Completely revert the M_WAIT change on the cluster allocation and
authorbluhm <bluhm@openbsd.org>
Thu, 25 Aug 2016 13:59:16 +0000 (13:59 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 25 Aug 2016 13:59:16 +0000 (13:59 +0000)
commit5f0bfc4311544d6042e3fc34335e653cef9ba414
tree82e5ac7ebb8b5b3aa4dd391fc11d2b4e32342a59
parent73ae3de35c8d0c66abbe671ee7b627c930b17980
Completely revert the M_WAIT change on the cluster allocation and
bring back the behaviour of rev 1.72.  Although allocating small
mbufs when allocating an mbuf cluster fails seems suboptimal, this
should not be changed as a side effect when introducing m_getuio().
OK claudio@
sys/kern/uipc_socket.c