Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f6313d4 authored by Jeff Liu's avatar Jeff Liu Committed by Linus Torvalds
Browse files

mm/vmscan.c: try_to_freeze() returns boolean



kswapd()->try_to_freeze() is defined to return a boolean, so it's better
to use a bool to hold its return value.

Signed-off-by: default avatarJie Liu <jeff.liu@oracle.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5733c7d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2963,7 +2963,7 @@ static int kswapd(void *p)
	classzone_idx = new_classzone_idx = pgdat->nr_zones - 1;
	balanced_classzone_idx = classzone_idx;
	for ( ; ; ) {
		int ret;
		bool ret;

		/*
		 * If the last balance_pgdat was unsuccessful it's unlikely a