The patch titled Subject: mm-hugetlb-create-hugetlb-cgroup-file-in-hugetlb_init-fix-2-fix has been added to the -mm tree. Its filename is mm-hugetlb-create-hugetlb-cgroup-file-in-hugetlb_init-fix-2-fix.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: Jianguo Wu <wujianguo@xxxxxxxxxx> Subject: mm-hugetlb-create-hugetlb-cgroup-file-in-hugetlb_init-fix-2-fix Signed-off-by: Jianguo Wu <wujianguo@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/hugetlb_cgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/hugetlb_cgroup.c~mm-hugetlb-create-hugetlb-cgroup-file-in-hugetlb_init-fix-2-fix mm/hugetlb_cgroup.c --- a/mm/hugetlb_cgroup.c~mm-hugetlb-create-hugetlb-cgroup-file-in-hugetlb_init-fix-2-fix +++ a/mm/hugetlb_cgroup.c @@ -378,7 +378,7 @@ static void __init __hugetlb_cgroup_file return; } -void __init hugetlb_cgroup_file_init() +void __init hugetlb_cgroup_file_init(void) { struct hstate *h; _ Patches currently in -mm which might be from wujianguo@xxxxxxxxxx are origin.patch mm-hugetlb-create-hugetlb-cgroup-file-in-hugetlb_init.patch mm-hugetlb-create-hugetlb-cgroup-file-in-hugetlb_init-fix.patch mm-hugetlb-create-hugetlb-cgroup-file-in-hugetlb_init-fix-2.patch mm-hugetlb-create-hugetlb-cgroup-file-in-hugetlb_init-fix-2-fix.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