Add lockdep_assert_not_held() asserting LA_UNLOCKED as needed by a
driver.
MFC after: 3 days
Differential D34232
LinuxKPI: lockdep add lockdep_assert_not_held() bz on Feb 9 2022, 12:04 PM. Authored by Tags None Referenced Files
Subscribers
Details
Add lockdep_assert_not_held() asserting LA_UNLOCKED as needed by a MFC after: 3 days
Diff Detail
Event TimelineComment Actions Looks good. FYI: Beware that Linux sometimes put different meaning into the word held, like any process has locked mutex and not only calling process like in FreeBSD. Comment Actions Is that an accept?
Thanks for the hint. I am thankful for the reviews as they catch these things and I learn. Thank you! |