]> Git Repo - linux.git/commit
Revert "mm/page_alloc: make should_fail_alloc_page() static"
authorMatteo Croce <[email protected]>
Thu, 15 Jul 2021 04:26:43 +0000 (21:26 -0700)
committerLinus Torvalds <[email protected]>
Thu, 15 Jul 2021 17:13:49 +0000 (10:13 -0700)
commit54aa386661fef92b5f092d7068bc6d4952b91a71
tree7890285f8ce721102940b0da2c9a7265be7ce07f
parent2db710cc846d3321a4dc0977fa13769bddba2351
Revert "mm/page_alloc: make should_fail_alloc_page() static"

This reverts commit f7173090033c70886d925995e9dfdfb76dbb2441.

Fix an unresolved symbol error when CONFIG_DEBUG_INFO_BTF=y:

    LD      vmlinux
    BTFIDS  vmlinux
  FAILED unresolved symbol should_fail_alloc_page
  make: *** [Makefile:1199: vmlinux] Error 255
  make: *** Deleting file 'vmlinux'

Link: https://lkml.kernel.org/r/[email protected]
Fixes: f7173090033c ("mm/page_alloc: make should_fail_alloc_page() static")
Signed-off-by: Matteo Croce <[email protected]>
Acked-by: Mel Gorman <[email protected]>
Tested-by: John Hubbard <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: Vlastimil Babka <[email protected]>
Cc: Dan Streetman <[email protected]>
Cc: Yang Shi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/page_alloc.c
This page took 0.048991 seconds and 4 git commands to generate.