diff options
author | Naoya Horiguchi <[email protected]> | 2022-07-14 13:24:18 +0900 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2022-08-08 18:06:44 -0700 |
commit | 7453bf621cfaf01a61f0e9180390ac6abc414894 (patch) | |
tree | 3c314190d885d42cd46146cd9588eeb57ed5fcc7 /tools/perf/util/trace-event-scripting.c | |
parent | 38f6d29397ccb9c191c4c91103e8123f518fdc10 (diff) |
mm, hwpoison: make __page_handle_poison returns int
__page_handle_poison() returns bool that shows whether
take_page_off_buddy() has passed or not now. But we will want to
distinguish another case of "dissolve has passed but taking off failed" by
its return value. So change the type of the return value. No functional
change.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Naoya Horiguchi <[email protected]>
Reviewed-by: Miaohe Lin <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: kernel test robot <[email protected]>
Cc: Liu Shixin <[email protected]>
Cc: Mike Kravetz <[email protected]>
Cc: Muchun Song <[email protected]>
Cc: Oscar Salvador <[email protected]>
Cc: Yang Shi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions