]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rearrange code in soalloc() so that it's less indented by returning
authorRobert Watson <rwatson@FreeBSD.org>
Thu, 8 Jun 2006 22:33:18 +0000 (22:33 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Thu, 8 Jun 2006 22:33:18 +0000 (22:33 +0000)
commite02421f3fbfe3de8174a2bdb9d2f07b8f5012d16
tree3c64539170deb9b84b29e1d064cd7022094b4f83
parent541b10900f1850a4811ac28deeb85cb930d8a5ca
Rearrange code in soalloc() so that it's less indented by returning
early if uma_zalloc() from the socket zone fails.  No functional
change.

MFC after: 1 week
sys/kern/uipc_socket.c