]> Gentwo Git Trees - linux/.git/commit
tools/mm: use <stdbool.h> in page_owner_sort.c
authorYe Liu <liuye@kylinos.cn>
Wed, 15 Oct 2025 09:38:50 +0000 (17:38 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 17 Nov 2025 01:28:05 +0000 (17:28 -0800)
commit2f79ddb64b472e50482f6728fec3b44156e5d844
treecf0f3af449ac003a2ed2714645f584f367d86a25
parent0f21b911011f9fcdc8fab584d6bd5a284e2119eb
tools/mm: use <stdbool.h> in page_owner_sort.c

Use standard <stdbool.h> instead of manually defining bool, true and false.

Link: https://lkml.kernel.org/r/20251015093851.109663-1-ye.liu@linux.dev
Signed-off-by: Ye Liu <liuye@kylinos.cn>
Reviewed-by: Dev Jain <dev.jain@arm.com>
Reviewed-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/mm/page_owner_sort.c