From 7abc58c688b2dfee14cb7d43ab2d457299e35e47 Mon Sep 17 00:00:00 2001 From: John Denker Date: Tue, 8 Oct 2013 11:48:50 -0700 Subject: upgrade sysctl /proc/ interface to handle ulonglong --- include/linux/sysctl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/linux/sysctl.h') diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 14a8ff2..a4a8098 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -53,6 +53,8 @@ extern int proc_dointvec_ms_jiffies(struct ctl_table *, int, void __user *, size_t *, loff_t *); extern int proc_doulongvec_minmax(struct ctl_table *, int, void __user *, size_t *, loff_t *); +extern int proc_doulonglongvec_minmax(struct ctl_table *, int, + void __user *, size_t *, loff_t *); extern int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int, void __user *, size_t *, loff_t *); extern int proc_do_large_bitmap(struct ctl_table *, int, -- cgit v1.2.3