The patch titled Fix headers check fallout has been added to the -mm tree. Its filename is fix-headers-check-fallout.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Fix headers check fallout From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> commit e8edc6e03a5c8562dc70a6d969f732bdb355a7e7 added an include of linux/jiffies.h in linux/smb_fs.h outside the ifdef __KERNEL__. Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/smb_fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/smb_fs.h~fix-headers-check-fallout include/linux/smb_fs.h --- a/include/linux/smb_fs.h~fix-headers-check-fallout +++ a/include/linux/smb_fs.h @@ -9,7 +9,6 @@ #ifndef _LINUX_SMB_FS_H #define _LINUX_SMB_FS_H -#include <linux/jiffies.h> #include <linux/smb.h> /* @@ -30,6 +29,7 @@ #include <linux/pagemap.h> #include <linux/vmalloc.h> #include <linux/smb_mount.h> +#include <linux/jiffies.h> #include <asm/unaligned.h> static inline struct smb_sb_info *SMB_SB(struct super_block *sb) _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are fix-headers-check-fallout.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html