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)
Mon, Sep 21, 4:11 AM
Unknown Object (File)
Sun, Sep 20, 9:03 PM
Unknown Object (File)
Sun, Sep 20, 8:37 PM
Unknown Object (File)
Sun, Sep 20, 5:50 PM
Unknown Object (File)
Fri, Sep 11, 2:28 PM
Unknown Object (File)
Sat, Aug 29, 1:59 AM
Unknown Object (File)
Tue, Aug 25, 10:10 AM
Unknown Object (File)
Aug 19 2026, 12:56 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 34972
Build 31965: arc lint + arc unit

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