* [merged] mm-vmscanc-try_to_freeze-returns-boolean.patch removed from -mm tree
@ 2012-12-12 20:00 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2012-12-12 20:00 UTC (permalink / raw)
To: jeff.liu, mm-commits
The patch titled
Subject: mm/vmscan.c: try_to_freeze() returns boolean
has been removed from the -mm tree. Its filename was
mm-vmscanc-try_to_freeze-returns-boolean.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
From: Jeff Liu <jeff.liu@oracle.com>
Subject: 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: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/vmscan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN mm/vmscan.c~mm-vmscanc-try_to_freeze-returns-boolean mm/vmscan.c
--- a/mm/vmscan.c~mm-vmscanc-try_to_freeze-returns-boolean
+++ a/mm/vmscan.c
@@ -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
_
Patches currently in -mm which might be from jeff.liu@oracle.com are
origin.patch
tmpfs-support-seek_data-and-seek_hole-reprise.patch
linux-next.patch
binfmt_elfc-use-get_random_int-to-fix-entropy-depleting.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-12-12 20:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-12 20:00 [merged] mm-vmscanc-try_to_freeze-returns-boolean.patch removed from -mm tree akpm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox