kmem_zalloc(..., KM_SLEEP) will never fail
By definitition these allocations will never fail. For
consistency with the rest of the code remove this dead error
handling code.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1558
kmem_zalloc(..., KM_SLEEP) will never fail Tags None Referenced Files None Subscribers None
Description
Details
|