Page MenuHomeFreeBSD

umtx: Split umtx.h on two counterparts.
ClosedPublic

Authored by dchagin on Jul 20 2021, 7:21 PM.
Tags
None
Referenced Files
F115168949: D31248.id92531.diff
Mon, Apr 21, 2:41 AM
F115168820: D31248.id92531.diff
Mon, Apr 21, 2:39 AM
F115162557: D31248.id.diff
Mon, Apr 21, 1:21 AM
F115156611: D31248.id.diff
Mon, Apr 21, 12:18 AM
F115153628: D31248.diff
Sun, Apr 20, 11:38 PM
Unknown Object (File)
Sun, Apr 20, 1:44 AM
Unknown Object (File)
Wed, Apr 9, 1:49 PM
Unknown Object (File)
Wed, Apr 9, 6:03 AM
Subscribers

Details

Summary

To prevent umtx.h polluting by future changes split it on two headers:
umtx.h - ABI header for userspace;
umtxvar.h - the kernel staff.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40584
Build 37473: arc lint + arc unit

Event Timeline

sys/sys/umtxvar.h
36

Please do not do this. We prefer to not nest includes. Consumer should include sys/umtx.h, then sys/umtxvar.h.

90

While there, fix style. Indent should be +4 spaces for continuation lines.

blank line after { added in the umtx_key_match

This revision is now accepted and ready to land.Jul 20 2021, 10:43 PM
This revision was automatically updated to reflect the committed changes.