Page MenuHomeFreeBSD

sound: Improve snd_midi->{in,out}q allocation
Needs ReviewPublic

Authored by christos on Mon, Dec 8, 5:13 PM.

Details

Reviewers
markj
emaste
Summary

Currently we lock and allocate the buffers with M_NOWAIT, without
checking if the return value of malloc(). This is not necessary as
subsequent check below will eventually check that. However, for
correctness, allocate the buffers with M_WAITOK (there is no reason not
to) and lock afterwards.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 69129
Build 66012: arc lint + arc unit