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)
Mon, May 18, 11:21 AM
Unknown Object (File)
Sun, May 10, 1:36 PM
Unknown Object (File)
Sun, May 10, 1:36 PM
Unknown Object (File)
Apr 28 2026, 3:17 AM
Unknown Object (File)
Apr 27 2026, 11:20 PM
Unknown Object (File)
Apr 21 2026, 3:35 AM
Unknown Object (File)
Apr 21 2026, 12:30 AM
Unknown Object (File)
Apr 20 2026, 5:47 AM
Subscribers

Details

Summary

This calls clear_bit and adds a memory barrier.

Sponsored-by: The FreeBSD Foundation

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

manu requested review of this revision.Aug 4 2020, 10:50 AM
sys/compat/linuxkpi/common/include/linux/bitops.h
281

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.