All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-bail-out-in-shrin_inactive_list-fix.patch removed from -mm tree
@ 2016-07-28 22:10 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-07-28 22:10 UTC (permalink / raw)
  To: akpm, hannes, mgorman, minchan, mm-commits


The patch titled
     Subject: mm-bail-out-in-shrin_inactive_list-fix
has been removed from the -mm tree.  Its filename was
     mm-bail-out-in-shrin_inactive_list-fix.patch

This patch was dropped because it was folded into mm-bail-out-in-shrin_inactive_list.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-bail-out-in-shrin_inactive_list-fix

fixes per Mel

Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Mel Gorman <mgorman@techsingularity.net>
Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/vmscan.c |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff -puN mm/vmscan.c~mm-bail-out-in-shrin_inactive_list-fix mm/vmscan.c
--- a/mm/vmscan.c~mm-bail-out-in-shrin_inactive_list-fix
+++ a/mm/vmscan.c
@@ -1652,13 +1652,12 @@ static int current_may_throttle(void)
 		bdi_write_congested(current->backing_dev_info);
 }
 
-static inline bool inactive_reclaimable_pages(struct lruvec *lruvec,
-				struct scan_control *sc,
-				enum lru_list lru)
+static bool inactive_reclaimable_pages(struct lruvec *lruvec,
+				struct scan_control *sc, enum lru_list lru)
 {
 	int zid;
 	struct zone *zone;
-	bool file = is_file_lru(lru);
+	int file = is_file_lru(lru);
 	struct pglist_data *pgdat = lruvec_pgdat(lruvec);
 
 	if (!global_reclaim(sc))
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

mm-bail-out-in-shrin_inactive_list.patch
revert-mm-mempool-only-set-__gfp_nomemalloc-if-there-are-free-elements-checkpatch-fixes.patch
mm-optimize-copy_page_to-from_iter_iovec-fix.patch
mm-optimize-copy_page_to-from_iter_iovec-fix-fix.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-28 22:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-28 22:10 [folded-merged] mm-bail-out-in-shrin_inactive_list-fix.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.