Page MenuHomeFreeBSD

linuxkpi: Add clear_bit_unlock
ClosedPublic

Authored by manu on Aug 4 2020, 10:50 AM.
Tags
None
Referenced Files
F132484061: D25943.id.diff
Fri, Oct 17, 7:36 AM
F132474202: D25943.id75355.diff
Fri, Oct 17, 5:46 AM
F132457758: D25943.diff
Fri, Oct 17, 2:37 AM
F132456621: D25943.diff
Fri, Oct 17, 2:25 AM
F132456484: D25943.id75370.diff
Fri, Oct 17, 2:24 AM
F132401374: D25943.id75371.diff
Thu, Oct 16, 3:02 PM
F132393965: D25943.id75370.diff
Thu, Oct 16, 1:15 PM
Unknown Object (File)
Wed, Oct 15, 9:47 PM
Subscribers

Details

Summary

This calls clear_bit and adds a memory barrier.

Sponsored-by: The FreeBSD Foundation

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.Aug 4 2020, 10:50 AM
sys/compat/linuxkpi/common/include/linux/bitops.h
281 ↗(On Diff #75355)

extra space after bit and before ,

Add the word LinuxKPI to the commit message, and don't forget to MFC.

This revision is now accepted and ready to land.Aug 4 2020, 3:17 PM
This revision was automatically updated to reflect the committed changes.