Re: [PATCH 2/3] sysctl-include-fix.patch
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2011-11-21 16:06:26
Also in:
lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2011-11-21 16:06:26
Also in:
lkml
On Sat, 2011-11-19 at 13:50 +0100, John Kacur wrote:
From: Thomas Gleixner <redacted> Signed-off-by: Thomas Gleixner <redacted> Cherry-picked for v3.0-rt and fixed minor merge conflict Signed-off-by: John Kacur <jkacur@redhat.com> --- include/linux/sysctl.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Why is this needed? Did something break without it? And if so, what? -- Steve
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 11684d9..92b99dd 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h@@ -931,6 +931,7 @@ enum #ifdef __KERNEL__ #include <linux/list.h> #include <linux/rcupdate.h> +#include <linux/atomic.h> /* For the /proc/sys support */ struct ctl_table;