Page MenuHomeFreeBSD

Avoid calling blessed() more often than needed.
AbandonedPublic

Authored by lwhsu on Aug 2 2019, 3:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 22 2023, 11:00 PM
Unknown Object (File)
Aug 29 2023, 8:48 AM
Unknown Object (File)
Aug 27 2023, 2:30 PM
Unknown Object (File)
Aug 13 2023, 6:24 AM
Unknown Object (File)
Aug 4 2023, 4:19 PM
Unknown Object (File)
May 19 2023, 10:02 AM
Unknown Object (File)
May 14 2023, 6:11 PM
Unknown Object (File)
Apr 9 2023, 5:34 AM
Subscribers
None

Details

Reviewers
markj
Summary

Only call it once we've detected a reversal and have set a flag in the
corresponding matrix entries. The badstacks handler now must also omit
stacks corresponding to blessed lock pairs.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25642
Build 24235: arc lint + arc unit

Event Timeline

lwhsu abandoned this revision.
lwhsu added a reviewer: markj.

Duplicated with D21135