Page MenuHomeFreeBSD

Correct CTLTYPE of SYSCTL_SBINTIME_MSEC etc
ClosedPublic

Authored by cperciva on Mar 31 2025, 4:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 10:20 PM
Unknown Object (File)
Thu, Oct 9, 9:12 PM
Unknown Object (File)
Thu, Oct 9, 2:03 PM
Unknown Object (File)
Wed, Oct 8, 2:18 AM
Unknown Object (File)
Tue, Sep 30, 1:56 AM
Unknown Object (File)
Sep 4 2025, 6:13 PM
Unknown Object (File)
Aug 15 2025, 9:13 PM
Unknown Object (File)
Jul 29 2025, 2:46 AM
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.