HomeFreeBSD

nvme: Pass malloc flags to request allocation functions

Description

nvme: Pass malloc flags to request allocation functions

There are some contexts where it is safe to sleep, so we should pass
M_WAITOK to ensure that a null pointer dereference can't happen.

A few places allocate with M_NOWAIT but have no way to signal an error.
Flag those with an XXX comment.

PR: 276770
Reviewed by: imp
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D47307

Details

Provenance
markjAuthored on Sat, Nov 9, 5:34 PM
Reviewer
imp
Differential Revision
D47307: nvme: Pass malloc flags to request allocation functions
Parents
rG62e6ca0f07e4: ps(1): clean up after swapout removal
Branches
Unknown
Tags
Unknown