Page MenuHomeFreeBSD

linuxkpi: Add clear_bit_unlock
ClosedPublic

Authored by manu on Aug 4 2020, 10:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 3, 4:15 PM
Unknown Object (File)
Mon, Mar 2, 9:22 PM
Unknown Object (File)
Mon, Mar 2, 7:39 PM
Unknown Object (File)
Sun, Mar 1, 5:52 PM
Unknown Object (File)
Fri, Feb 13, 12:33 PM
Unknown Object (File)
Jan 19 2026, 3:45 PM
Unknown Object (File)
Jan 16 2026, 7:00 PM
Unknown Object (File)
Dec 19 2025, 4:28 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.