The patch titled Subject: hugetlb_cgroup-add-reservation-accounting-for-private-mappings-fix has been removed from the -mm tree. Its filename was hugetlb_cgroup-add-reservation-accounting-for-private-mappings-fix.patch This patch was dropped because it was folded into hugetlb_cgroup-add-reservation-accounting-for-private-mappings.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: hugetlb_cgroup-add-reservation-accounting-for-private-mappings-fix forward declare struct resv_map Cc: David Rientjes <rientjes@xxxxxxxxxx> Cc: Greg Thelen <gthelen@xxxxxxxxxx> Cc: Mike Kravetz <mike.kravetz@xxxxxxxxxx> Cc: Mina Almasry <almasrymina@xxxxxxxxxx> Cc: Sandipan Das <sandipan@xxxxxxxxxxxxx> Cc: Shakeel Butt <shakeelb@xxxxxxxxxx> Cc: Shuah Khan <shuah@xxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/hugetlb_cgroup.h | 2 ++ 1 file changed, 2 insertions(+) --- a/include/linux/hugetlb_cgroup.h~hugetlb_cgroup-add-reservation-accounting-for-private-mappings-fix +++ a/include/linux/hugetlb_cgroup.h @@ -18,6 +18,8 @@ #include <linux/mmdebug.h> struct hugetlb_cgroup; +struct resv_map; + /* * Minimum page order trackable by hugetlb cgroup. * At least 4 pages are necessary for all the tracking information. _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are hugetlb_cgroup-add-reservation-accounting-for-private-mappings.patch hugetlb_cgroup-add-accounting-for-shared-mappings-fix.patch