HomeFreeBSD

sdp: Use malloc(9) instead of the Linux compat layer.

Description

sdp: Use malloc(9) instead of the Linux compat layer.

SDP transmit and receive rings are always created in a sleepable context,
so we can use M_WAITOK and remove error checks.

Sponsored by: EMC / Isilon Storage Division

Details

Provenance
markjAuthored on
Parents
rS303511: sdp: Use the correct socket buffer in sdp_post_recvs_needed().
Branches
Unknown
Tags
Unknown