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
 Differential  D49584  
Correct CTLTYPE of SYSCTL_SBINTIME_MSEC etc Authored by cperciva on Mar 31 2025, 4:13 AM. Tags None Referenced Files 
 
 
 
 
 
 
 
 Subscribers None 
Details These should be CTLTYPE_S64, not CTLTYPE_INT, since they handle 64-bit Fixes:	003ffd57fee1 ("Add sysctl_usec_to_sbintime [...]") 
Diff Detail 
 Event TimelineComment Actions 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.  |