The patch titled Subject: fs/cachefiles/namei.c: remove duplicate header has been added to the -mm tree. Its filename is fs-cachefiles-nameic-remove-duplicate-header.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/fs-cachefiles-nameic-remove-duplicate-header.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/fs-cachefiles-nameic-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/cachefiles/namei.c: remove duplicate header linux/xattr.h is included more than once. Link: http://lkml.kernel.org/r/5c86803d.1c69fb81.1a7c6.2b78@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/cachefiles/namei.c~fs-cachefiles-nameic-remove-duplicate-header +++ a/fs/cachefiles/namei.c @@ -20,7 +20,6 @@ #include <linux/namei.h> #include <linux/security.h> #include <linux/slab.h> -#include <linux/xattr.h> #include "internal.h" #define CACHEFILES_KEYBUF_SIZE 512 _ 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