From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755646Ab1KUQG0 (ORCPT ); Mon, 21 Nov 2011 11:06:26 -0500 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.125]:43095 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753652Ab1KUQGZ (ORCPT ); Mon, 21 Nov 2011 11:06:25 -0500 X-Authority-Analysis: v=2.0 cv=Pdt9d1dd c=1 sm=0 a=ZycB6UtQUfgMyuk2+PxD7w==:17 a=DLa7_UqrLJoA:10 a=5SG0PmZfjMsA:10 a=IkcTkHD0fZMA:10 a=20KFwNOVAAAA:8 a=XggzmxoebFHAEsHSvmgA:9 a=QEXdDO2ut3YA:10 a=Zh68SRI7RUMA:10 a=jEp0ucaQiEUA:10 a=ZycB6UtQUfgMyuk2+PxD7w==:117 X-Cloudmark-Score: 0 X-Originating-IP: 74.67.80.29 Subject: Re: [PATCH 2/3] sysctl-include-fix.patch From: Steven Rostedt To: John Kacur Cc: lkml , rt-users , Thomas Gleixner In-Reply-To: <1321707028-12487-3-git-send-email-jkacur@redhat.com> References: <1321707028-12487-1-git-send-email-jkacur@redhat.com> <1321707028-12487-3-git-send-email-jkacur@redhat.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 21 Nov 2011 11:06:22 -0500 Message-ID: <1321891582.20742.9.camel@frodo> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-1.fc14) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2011-11-19 at 13:50 +0100, John Kacur wrote: > From: Thomas Gleixner > > Signed-off-by: Thomas Gleixner > Cherry-picked for v3.0-rt and fixed minor merge conflict > Signed-off-by: John Kacur > --- > 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 > #include > +#include > > /* For the /proc/sys support */ > struct ctl_table;