The patch titled Subject: include/linux/fs.h: remove unneeded forward definition of mm_struct has been added to the -mm tree. Its filename is fs-remove-unneeded-forward-definition-of-mm_struct-from-fsh.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/fs-remove-unneeded-forward-definition-of-mm_struct-from-fsh.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/fs-remove-unneeded-forward-definition-of-mm_struct-from-fsh.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: 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 @@ -1268,8 +1268,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 fs-remove-unnecessary-null-f_mapping-check-in-sync_file_range.patch fs-remove-unneeded-forward-definition-of-mm_struct-from-fsh.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