| commit | d174174c6776a340f5c25aab1ac47a2dd950f380 | [log] [tgz] |
|---|---|---|
| author | Joel Granados <joel.granados@kernel.org> | Thu Dec 04 13:11:58 2025 +0100 |
| committer | Joel Granados <joel.granados@kernel.org> | Tue Jan 06 11:27:10 2026 +0100 |
| tree | 82c1f5408a85b885cf6874149d87e2acfef1e7b4 | |
| parent | ef153851af5b05c23b3484e7eebaadd18f2da6a9 [diff] |
sysctl: replace SYSCTL_INT_CONV_CUSTOM macro with functions Remove SYSCTL_INT_CONV_CUSTOM and replace it with proc_int_conv. This converter function expects a negp argument as it can take on negative values. Update all jiffies converters to use explicit function calls. Remove SYSCTL_CONV_IDENTITY as it is no longer used. Signed-off-by: Joel Granados <joel.granados@kernel.org>