The patch titled
     Memory Controller: initialize all scan_control's isolate_pages member
has been removed from the -mm tree.  Its filename was
     memory-controller-add-per-container-lru-and-reclaim-v7-fix-2.patch

This patch was dropped because it was folded into 
memory-controller-add-per-container-lru-and-reclaim-v7.patch

------------------------------------------------------
Subject: Memory Controller: initialize all scan_control's isolate_pages member
From: Lee Schermerhorn <[EMAIL PROTECTED]>

We need to initialize all scan_controls' isolate_pages member.  Otherwise,
shrink_active_list() attempts to execute at undefined location.

Signed-off-by: Lee Schermerhorn <[EMAIL PROTECTED]>
Cc: Balbir Singh <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 mm/vmscan.c |    2 ++
 1 file changed, 2 insertions(+)

diff -puN 
mm/vmscan.c~memory-controller-add-per-container-lru-and-reclaim-v7-fix-2 
mm/vmscan.c
--- a/mm/vmscan.c~memory-controller-add-per-container-lru-and-reclaim-v7-fix-2
+++ a/mm/vmscan.c
@@ -1728,6 +1728,7 @@ unsigned long shrink_all_memory(unsigned
                .swap_cluster_max = nr_pages,
                .may_writepage = 1,
                .swappiness = vm_swappiness,
+               .isolate_pages = isolate_pages_global,
        };
 
        current->reclaim_state = &reclaim_state;
@@ -1913,6 +1914,7 @@ static int __zone_reclaim(struct zone *z
                                        SWAP_CLUSTER_MAX),
                .gfp_mask = gfp_mask,
                .swappiness = vm_swappiness,
+               .isolate_pages = isolate_pages_global,
        };
        unsigned long slab_reclaimable;
 
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
mem-policy-fix-mempolicy-usage-in-pci-driver.patch
memory-controller-add-per-container-lru-and-reclaim-v7.patch
memory-controller-add-per-container-lru-and-reclaim-v7-fix-2.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to