The patch titled Subject: fs/fat: put one actually necessary include file back has been removed from the -mm tree. Its filename was fs-fat-remove-unnecessary-includes-fix-2.patch This patch was dropped because it was folded into fs-fat-remove-unnecessary-includes.patch ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: fs/fat: put one actually necessary include file back Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Alexander Kuleshov <kuleshovmail@xxxxxxxxx> Cc: OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/fat/inode.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/fat/inode.c~fs-fat-remove-unnecessary-includes-fix-2 fs/fat/inode.c --- a/fs/fat/inode.c~fs-fat-remove-unnecessary-includes-fix-2 +++ a/fs/fat/inode.c @@ -16,6 +16,7 @@ #include <linux/vfs.h> #include <linux/seq_file.h> #include <linux/parser.h> +#include <linux/uio.h> #include <linux/blkdev.h> #include <asm/unaligned.h> #include "fat.h" _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are origin.patch fs-fat-remove-unnecessary-includes.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