Page MenuHomeFreeBSD

nda: Assume all cases in ndaasync can sleep
ClosedPublic

Authored by imp on Wed, Feb 25, 8:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 25, 5:52 AM
Unknown Object (File)
Thu, Mar 19, 4:17 AM
Unknown Object (File)
Wed, Mar 11, 10:40 AM
Unknown Object (File)
Mon, Mar 9, 8:09 PM
Unknown Object (File)
Sun, Mar 8, 3:13 PM
Unknown Object (File)
Tue, Mar 3, 10:08 AM
Unknown Object (File)
Mon, Mar 2, 8:53 PM
Unknown Object (File)
Mon, Mar 2, 11:00 AM
Subscribers

Details

Summary

The error recovery is nicer if we can wait for the tiny memory we need
to send the messages when the physpath changes. Since we've moved the
async handler into a sleepable context, we can wait for the allocation
to complete since async events are rare enough and it's not an
indefinite wait.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Wed, Feb 25, 8:58 PM
This revision was not accepted when it landed; it landed in state Needs Review.Tue, Mar 3, 6:01 PM
This revision was automatically updated to reflect the committed changes.