The patch titled memcg: remove unneeded forward declaration from sched.h has been added to the -mm tree. Its filename is memcg-remove-unneeded-forward-declaration-from-schedh.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 *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: memcg: remove unneeded forward declaration from sched.h From: Li Zefan <lizf@xxxxxxxxxxxxxx> This forward declaration seems pointless. Signed-off-by: Li Zefan <lizf@xxxxxxxxxxxxxx> Cc: Balbir Singh <balbir@xxxxxxxxxxxxxxxxxx> Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/sched.h | 1 - 1 file changed, 1 deletion(-) diff -puN include/linux/sched.h~memcg-remove-unneeded-forward-declaration-from-schedh include/linux/sched.h --- a/include/linux/sched.h~memcg-remove-unneeded-forward-declaration-from-schedh +++ a/include/linux/sched.h @@ -92,7 +92,6 @@ struct sched_param { #include <asm/processor.h> -struct mem_cgroup; struct exec_domain; struct futex_pi_state; struct robust_list_head; _ Patches currently in -mm which might be from lizf@xxxxxxxxxxxxxx are linux-next.patch cls_cgroup-read-classid-atomically-in-classifier.patch cgroups-make-messages-more-readable.patch devcgroup-skip-superfluous-checks-when-found-the-dev_all-elem.patch memcg-remove-unneeded-forward-declaration-from-schedh.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