diff options
author | Jinliang Zheng <alexjlzheng@gmail.com> | 2024-11-24 06:46:36 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-12-22 13:29:51 +0300 |
commit | d727935cad9f6f52c8d184968f9720fdc966c669 (patch) | |
tree | a886e4521a8ac99e39c92dc57b2ca4ea84745aa0 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 84208b8fa3b7e73d1cc08efe7eaf527e28d8b951 (diff) | |
download | linux-d727935cad9f6f52c8d184968f9720fdc966c669.tar.xz |
fs: fix proc_handler for sysctl_nr_open
Use proc_douintvec_minmax() instead of proc_dointvec_minmax() to handle
sysctl_nr_open, because its data type is unsigned int, not int.
Fixes: 9b80a184eaad ("fs/file: more unsigned file descriptors")
Signed-off-by: Jinliang Zheng <alexjlzheng@tencent.com>
Link: https://lore.kernel.org/r/20241124034636.325337-1-alexjlzheng@tencent.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions