The patch titled Subject: include/linux/fs.h: remove unneeded forward definition of mm_struct has been removed from the -mm tree. Its filename was fs-remove-unneeded-forward-definition-of-mm_struct-from-fsh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Jeff Layton <jlayton@xxxxxxxxxx> Subject: include/linux/fs.h: remove unneeded forward definition of mm_struct Link: http://lkml.kernel.org/r/20170525102927.6163-1-jlayton@xxxxxxxxxx Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx> Reviewed-by: Jan Kara <jack@xxxxxxx> Cc: Alexander Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/fs.h | 2 -- 1 file changed, 2 deletions(-) diff -puN include/linux/fs.h~fs-remove-unneeded-forward-definition-of-mm_struct-from-fsh include/linux/fs.h --- a/include/linux/fs.h~fs-remove-unneeded-forward-definition-of-mm_struct-from-fsh +++ a/include/linux/fs.h @@ -1270,8 +1270,6 @@ extern void f_delown(struct file *filp); extern pid_t f_getown(struct file *filp); extern int send_sigurg(struct fown_struct *fown); -struct mm_struct; - /* * Umount options */ _ Patches currently in -mm which might be from jlayton@xxxxxxxxxx are -- 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