Remove NULL checks after M_WAITOK allocations, which - by definition - can
never return NULL.
Reviewed by: arybchik@
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D5773
Remove NULL checks after M_WAITOK allocations, which - by definition - can Tags None Referenced Files None Subscribers None
Description
Details
|