]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - mm/page_alloc.c
mm: rename try_set_zone_oom() to try_set_zonelist_oom()
[thirdparty/kernel/linux.git] / mm / page_alloc.c
index 527f73e4c63fcbc130d751d180e612d0c0b32b72..33c6b4c1277b1c7dae15349c151a75e207dc9cd9 100644 (file)
@@ -1738,7 +1738,7 @@ __alloc_pages_may_oom(gfp_t gfp_mask, unsigned int order,
        struct page *page;
 
        /* Acquire the OOM killer lock for the zones in zonelist */
-       if (!try_set_zone_oom(zonelist, gfp_mask)) {
+       if (!try_set_zonelist_oom(zonelist, gfp_mask)) {
                schedule_timeout_uninterruptible(1);
                return NULL;
        }