mm/vmscan: make too_many_isolated return bool
authorHao Ge <gehao@kylinos.cn>
Mon, 5 Feb 2024 04:26:18 +0000 (12:26 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 22 Feb 2024 18:24:54 +0000 (10:24 -0800)
commit98141718528526ef080a9bb78a40f79aca0774a7
tree6f19d5eb0d8a81ff622ee26a43d1cc4d7e870709
parent73307523c9bbc4e3b35f0058cdbc15e32bd83c52
mm/vmscan: make too_many_isolated return bool

too_many_isolated() should return bool as does the similar
too_many_isolated() in mm/compaction.c.

Link: https://lkml.kernel.org/r/20240205042618.108140-1-gehao@kylinos.cn
Signed-off-by: Hao Ge <gehao@kylinos.cn>
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/vmscan.c