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 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 --- 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 #include #include -#include /* * It's silly to have NR_OPEN bigger than NR_FILE, but you can change @@ -397,6 +396,7 @@ struct inodes_stat_t { #include #include #include +#include #include -- 1.7.9.rc0.23.g7e521 -- Cheers, Stephen Rothwell sfr@canb.auug.org.au