The patch titled Subject: fs/cachefiles/namei.c: remove duplicate header has been removed from the -mm tree. Its filename was fs-cachefiles-nameic-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/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> --- fs/cachefiles/namei.c | 1 - 1 file changed, 1 deletion(-) --- 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