Page MenuHomeFreeBSD

linux: Make the macro LINUX_IOCTL_SET public
ClosedPublic

Authored by zlei on Oct 17 2025, 9:44 AM.
Tags
None
Referenced Files
F136132075: D53158.id164566.diff
Sun, Nov 16, 1:14 AM
Unknown Object (File)
Wed, Nov 12, 9:39 PM
Unknown Object (File)
Thu, Nov 6, 11:14 PM
Unknown Object (File)
Thu, Nov 6, 9:01 AM
Unknown Object (File)
Wed, Oct 29, 5:41 PM
Unknown Object (File)
Wed, Oct 29, 8:51 AM
Unknown Object (File)
Wed, Oct 29, 8:28 AM
Unknown Object (File)
Tue, Oct 28, 3:14 PM
Subscribers

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

zlei requested review of this revision.Oct 17 2025, 9:44 AM

Nice cleanup.

sys/compat/linux/linux_ioctl.h
829

I don't think the comment needs to be kept.

This revision is now accepted and ready to land.Fri, Oct 17, 12:40 PM
sys/compat/linux/linux_ioctl.h
829

I'm not sure whether that comment is related to license / credential or not, so I kept it as is.

sys/compat/linux/linux_ioctl.h
829

I don't think so, otherwise there should be some formal copyright statement. Maybe it's useful for the comment to explain what the macro does, but it's weird to mention the author. See commit f16178e0bba81c32b1f4fba310c7d0f2756aca85 for a similar example.

zlei marked 2 inline comments as done.Mon, Oct 20, 4:32 AM
zlei added inline comments.
sys/compat/linux/linux_ioctl.h
829

Removed the comment in final commit.