Page MenuHomeFreeBSD

In g_newprovider_event() return if G_P_WITHER is set
ClosedPublic

Authored by trasz on Nov 23 2020, 1:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 13, 9:03 PM
Unknown Object (File)
Thu, Aug 13, 2:13 PM
Unknown Object (File)
Wed, Aug 12, 3:06 PM
Unknown Object (File)
Tue, Aug 11, 6:43 PM
Unknown Object (File)
Sun, Aug 9, 8:57 PM
Unknown Object (File)
Sun, Aug 9, 8:42 PM
Unknown Object (File)
Sun, Aug 9, 3:35 PM
Unknown Object (File)
Sat, Aug 8, 10:45 PM
Subscribers

Details

Summary

In g_newprovider_event() return if G_P_WITHER is set.

This fixes a failed assertion in scenario where the provider
disappears, disk_gone() gets called, and at the exact same
time something else closes the device node triggering a retaste.

Diff Detail

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

Event Timeline

trasz requested review of this revision.Nov 23 2020, 1:21 PM
trasz created this revision.

Looks good. Few places that call it also check for G_PF_WITHER, but they are using g_post_event() for it, that opens a race window.

This revision is now accepted and ready to land.Nov 23 2020, 2:42 PM