The patch titled Subject: fs/block_dev.c: Remove duplicate header has been added to the -mm tree. Its filename is fs-block_devc-remove-duplicate-header.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/fs-block_devc-remove-duplicate-header.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/fs-block_devc-remove-duplicate-header.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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> --- --- 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/badblocks.h> #include <linux/task_io_accounting_ops.h> #include <linux/falloc.h> _ Patches currently in -mm which might be from sabyasachi.linux@xxxxxxxxx are arch-sh-boards-mach-dreamcast-irqc-remove-duplicate-header.patch fs-coda-psdevc-remove-duplicate-header.patch fs-cachefiles-nameic-remove-duplicate-header.patch fs-block_devc-remove-duplicate-header.patch