* linux-next: build failure lin Linus' tree
@ 2011-03-10 0:25 Stephen Rothwell
2011-03-10 0:54 ` Al Viro
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2011-03-10 0:25 UTC (permalink / raw)
To: Linus; +Cc: linux-next, linux-kernel, Al Viro
Hi Linus,
After merging the spi-current tree, today's linux-next build (x86_64
allmodconfig) failed like this:
include/linux/sysctl.h:28: included file 'linux/rcupdate.h' is not exported
Caused by commit dfef6dcd35cb ("unf*ck proc_sysctl ->d_compare()").
I applied this patch for today:
From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Thu, 10 Mar 2011 11:14:17 +1100
Subject: [PATCH] sysctl: the include of rcupdate.h is only needed in the kernel
Fixes this built error:
include/linux/sysctl.h:28: included file 'linux/rcupdate.h' is not exported
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
include/linux/sysctl.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index bb7c2b0..11684d9 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -25,7 +25,6 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/compiler.h>
-#include <linux/rcupdate.h>
struct completion;
@@ -931,6 +930,7 @@ enum
#ifdef __KERNEL__
#include <linux/list.h>
+#include <linux/rcupdate.h>
/* For the /proc/sys support */
struct ctl_table;
--
1.7.4.1
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: linux-next: build failure lin Linus' tree
2011-03-10 0:25 linux-next: build failure lin Linus' tree Stephen Rothwell
@ 2011-03-10 0:54 ` Al Viro
0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2011-03-10 0:54 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: Linus, linux-next, linux-kernel
On Thu, Mar 10, 2011 at 11:25:43AM +1100, Stephen Rothwell wrote:
> Hi Linus,
>
> After merging the spi-current tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> include/linux/sysctl.h:28: included file 'linux/rcupdate.h' is not exported
>
> Caused by commit dfef6dcd35cb ("unf*ck proc_sysctl ->d_compare()").
>
> I applied this patch for today:
>
> From: Stephen Rothwell <sfr@canb.auug.org.au>
> Date: Thu, 10 Mar 2011 11:14:17 +1100
> Subject: [PATCH] sysctl: the include of rcupdate.h is only needed in the kernel
>
> Fixes this built error:
>
> include/linux/sysctl.h:28: included file 'linux/rcupdate.h' is not exported
>
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
ACKed-by: Al Viro <viro@zeniv.linux.org.uk>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-10 0:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 0:25 linux-next: build failure lin Linus' tree Stephen Rothwell
2011-03-10 0:54 ` Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox