The patch titled Subject: fs/block_dev.c: Remove duplicate header has been removed from the -mm tree. Its filename was fs-block_devc-remove-duplicate-header.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Sabyasachi Gupta <sabyasachi.linux@xxxxxxxxx> Subject: fs/block_dev.c: Remove duplicate header linux/dax.h is included more than once. Link: http://lkml.kernel.org/r/5c867e95.1c69fb81.4f15a.e5e4@xxxxxxxxxxxxx Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@xxxxxxxxx> Acked-by: Souptick Joarder <jrdr.linux@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/block_dev.c | 1 - 1 file changed, 1 deletion(-) --- a/fs/block_dev.c~fs-block_devc-remove-duplicate-header +++ a/fs/block_dev.c @@ -29,7 +29,6 @@ #include <linux/namei.h> #include <linux/log2.h> #include <linux/cleancache.h> -#include <linux/dax.h> #include <linux/task_io_accounting_ops.h> #include <linux/falloc.h> #include <linux/uaccess.h> _ Patches currently in -mm which might be from sabyasachi.linux@xxxxxxxxx are