The patch titled Subject: drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.h has been added to the -mm tree. Its filename is bcache-remove-duplicate-inclusion-of-blkdevh.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/bcache-remove-duplicate-inclusion-of-blkdevh.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/bcache-remove-duplicate-inclusion-of-blkdevh.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/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Masanari Iida <standby24x7@xxxxxxxxx> Subject: drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.h Link: http://lkml.kernel.org/r/20170226060230.11555-1-standby24x7@xxxxxxxxx Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx> Acked-by: Coly Li <colyli@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/md/bcache/util.h | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/md/bcache/util.h~bcache-remove-duplicate-inclusion-of-blkdevh drivers/md/bcache/util.h --- a/drivers/md/bcache/util.h~bcache-remove-duplicate-inclusion-of-blkdevh +++ a/drivers/md/bcache/util.h @@ -4,7 +4,6 @@ #include <linux/blkdev.h> #include <linux/errno.h> -#include <linux/blkdev.h> #include <linux/kernel.h> #include <linux/llist.h> #include <linux/ratelimit.h> _ Patches currently in -mm which might be from standby24x7@xxxxxxxxx are bcache-remove-duplicate-inclusion-of-blkdevh.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