Page MenuHomeFreeBSD

umtx: Split umtx.h on two counterparts.
ClosedPublic

Authored by dchagin on Jul 20 2021, 7:21 PM.
Tags
None
Referenced Files
F154652623: D31248.id92530.diff
Wed, Apr 29, 3:33 AM
F154649538: D31248.id92530.diff
Wed, Apr 29, 3:25 AM
Unknown Object (File)
Mon, Apr 27, 2:10 PM
Unknown Object (File)
Tue, Apr 21, 12:44 PM
Unknown Object (File)
Mon, Apr 20, 9:18 PM
Unknown Object (File)
Mon, Apr 20, 6:57 PM
Unknown Object (File)
Mon, Apr 20, 1:36 PM
Unknown Object (File)
Mon, Apr 20, 4:32 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.