[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20120124115110.a94c5c0393253bf5b8c3b048@canb.auug.org.au>
Date: Tue, 24 Jan 2012 11:51:10 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: linux-next: build failure in Linus' tree
Hi Linus,
After merging the origin tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
usr/include/linux/fs.h:13: included file 'linux/migrate_mode.h' is not exported
Caused by commit 6536e3123e5d ("mm: fix warnings regarding enum migrate_mode").
I have applied the following patch for today:
From: Stephen Rothwell <sfr@...b.auug.org.au>
Date: Tue, 24 Jan 2012 11:41:32 +1100
Subject: [PATCH] migrate_mode.h is not exported to user mode
so move its include into fs.h inside the __KERNEL__ protection.
Signed-off-by: Stephen Rothwell <sfr@...b.auug.org.au>
---
include/linux/fs.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 4b3a41f..386da09 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -10,7 +10,6 @@
#include <linux/ioctl.h>
#include <linux/blk_types.h>
#include <linux/types.h>
-#include <linux/migrate_mode.h>
/*
* It's silly to have NR_OPEN bigger than NR_FILE, but you can change
@@ -397,6 +396,7 @@ struct inodes_stat_t {
#include <linux/rculist_bl.h>
#include <linux/atomic.h>
#include <linux/shrinker.h>
+#include <linux/migrate_mode.h>
#include <asm/byteorder.h>
--
1.7.9.rc0.23.g7e521
--
Cheers,
Stephen Rothwell sfr@...b.auug.org.au
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists