[PATCH 2/5] sysctl: Add a new handler proc_show_minmax()

2018-03-07 Thread Waiman Long
The new handler will show the minimum and maximum values specified in the extra1 and extra2 fields of the sysctl table entry. Signed-off-by: Waiman Long --- include/linux/sysctl.h | 2 ++ kernel/sysctl.c| 91 ++ 2

[PATCH 2/5] sysctl: Add a new handler proc_show_minmax()

2018-03-07 Thread Waiman Long
The new handler will show the minimum and maximum values specified in the extra1 and extra2 fields of the sysctl table entry. Signed-off-by: Waiman Long --- include/linux/sysctl.h | 2 ++ kernel/sysctl.c| 91 ++ 2 files changed, 93