The patch titled mm-pm-force-gfp_noio-during-suspend-hibernation-and-resume-fix-3 has been removed from the -mm tree. Its filename was mm-pm-force-gfp_noio-during-suspend-hibernation-and-resume-fix-3.patch This patch was dropped because it was folded into mm-pm-force-gfp_noio-during-suspend-hibernation-and-resume.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: mm-pm-force-gfp_noio-during-suspend-hibernation-and-resume-fix-3 From: Rafael J. Wysocki <rjw@xxxxxxx> Signed-off-by: Rafael J. Wysocki <rjw@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN mm/page_alloc.c~mm-pm-force-gfp_noio-during-suspend-hibernation-and-resume-fix-3 mm/page_alloc.c --- a/mm/page_alloc.c~mm-pm-force-gfp_noio-during-suspend-hibernation-and-resume-fix-3 +++ a/mm/page_alloc.c @@ -77,7 +77,7 @@ unsigned long totalreserve_pages __read_ int percpu_pagelist_fraction; gfp_t gfp_allowed_mask __read_mostly = GFP_BOOT_MASK; -#ifdef CONFIG_PM +#ifdef CONFIG_PM_SLEEP /* * The following functions are used by the suspend/hibernate code to temporarily * change gfp_allowed_mask in order to avoid using I/O during memory allocations @@ -100,7 +100,7 @@ gfp_t clear_gfp_allowed_mask(gfp_t mask) gfp_allowed_mask &= ~mask; return ret; } -#endif /* CONFIG_PM */ +#endif /* CONFIG_PM_SLEEP */ #ifdef CONFIG_HUGETLB_PAGE_SIZE_VARIABLE int pageblock_order __read_mostly; _ Patches currently in -mm which might be from rjw@xxxxxxx are origin.patch mm-pm-force-gfp_noio-during-suspend-hibernation-and-resume.patch mm-pm-force-gfp_noio-during-suspend-hibernation-and-resume-fix-3.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