Page MenuHomeFreeBSD

Correct CTLTYPE of SYSCTL_SBINTIME_MSEC etc
ClosedPublic

Authored by cperciva on Mar 31 2025, 4:13 AM.
Tags
None
Referenced Files
F118645558: D49584.id152886.diff
Sat, May 31, 8:01 AM
Unknown Object (File)
Apr 18 2025, 2:38 PM
Unknown Object (File)
Apr 17 2025, 11:14 PM
Unknown Object (File)
Apr 15 2025, 12:08 AM
Unknown Object (File)
Apr 12 2025, 5:44 PM
Unknown Object (File)
Apr 12 2025, 5:44 PM
Unknown Object (File)
Apr 12 2025, 5:44 PM
Unknown Object (File)
Apr 12 2025, 5:44 PM
Subscribers
None

Details

Summary

These should be CTLTYPE_S64, not CTLTYPE_INT, since they handle 64-bit
values.

Fixes: 003ffd57fee1 ("Add sysctl_usec_to_sbintime [...]")
MFC after: 2 weeks
Sponsored by: Amazon

Diff Detail

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

Event Timeline

cperciva created this revision.

I have similar changes in my tree... Or it appears I do...

But this doesn't matter to iosched: the size here only determines the size of the time interval that can be specified. iosched specifies in the 1-3 digit microseconds, while the range is up to 25 seconds. And the msec one has days of range. It's a good change none-the-less, though.

This revision is now accepted and ready to land.Apr 2 2025, 3:48 PM
This revision was automatically updated to reflect the committed changes.