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)
Nov 3 2024, 5:08 PM
Unknown Object (File)
Nov 3 2024, 4:45 PM
Unknown Object (File)
Oct 31 2024, 6:09 PM
Unknown Object (File)
Oct 14 2024, 11:20 AM
Unknown Object (File)
Oct 3 2024, 6:50 AM
Unknown Object (File)
Oct 1 2024, 6:16 AM
Unknown Object (File)
Sep 27 2024, 12:27 PM
Unknown Object (File)
Sep 26 2024, 8:18 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