Page MenuHomeFreeBSD

umtx: Split umtx.h on two counterparts.
ClosedPublic

Authored by dchagin on Jul 20 2021, 7:21 PM.
Tags
None
Referenced Files
F166115830: D31248.id92530.diff
Tue, Aug 11, 8:40 PM
F166094456: D31248.id92530.diff
Tue, Aug 11, 4:35 PM
F166075595: D31248.id92925.diff
Tue, Aug 11, 1:30 PM
F166056137: D31248.id.diff
Tue, Aug 11, 9:53 AM
Unknown Object (File)
Mon, Aug 10, 7:02 PM
Unknown Object (File)
Sun, Aug 9, 3:33 PM
Unknown Object (File)
Sun, Aug 9, 9:35 AM
Unknown Object (File)
Sun, Aug 9, 9:30 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.