Page MenuHomeFreeBSD

sound: Do not return an error from chn_notify() if the children list is empty
AcceptedPublic

Authored by christos on Thu, Dec 19, 11:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 27, 11:28 PM
Unknown Object (File)
Thu, Dec 26, 4:10 PM
Unknown Object (File)
Thu, Dec 26, 12:27 PM
Unknown Object (File)
Thu, Dec 26, 8:34 AM
Unknown Object (File)
Wed, Dec 25, 11:38 AM
Unknown Object (File)
Sun, Dec 22, 7:44 PM
Subscribers

Details

Summary

An empty children list does not mean that there is an error.

Reported by: Florian Walpen <dev@submerge.ch>
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 61274
Build 58158: arc lint + arc unit

Event Timeline

I can confirm that this fixes the panic experienced with D47917, and I don't see anything else that could be affected by the change in return value. Thank you!

This revision is now accepted and ready to land.Tue, Dec 24, 12:38 PM

I can confirm that this fixes the panic experienced with D47917, and I don't see anything else that could be affected by the change in return value. Thank you!

Thank you for proposing this. :-)