The patch titled
     make do_try_to_free_pages() static
has been removed from the -mm tree.  Its filename was
     memory-controller-add-per-container-lru-and-reclaim-v7-cleanup.patch

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

------------------------------------------------------
Subject: make do_try_to_free_pages() static
From: Adrian Bunk <[EMAIL PROTECTED]>

do_try_to_free_pages() can become static.

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

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

diff -puN 
mm/vmscan.c~memory-controller-add-per-container-lru-and-reclaim-v7-cleanup 
mm/vmscan.c
--- a/mm/vmscan.c~memory-controller-add-per-container-lru-and-reclaim-v7-cleanup
+++ a/mm/vmscan.c
@@ -1237,8 +1237,8 @@ static unsigned long shrink_zones(int pr
  * holds filesystem locks which prevent writeout this might not work, and the
  * allocation attempt will fail.
  */
-unsigned long do_try_to_free_pages(struct zone **zones, gfp_t gfp_mask,
-                                       struct scan_control *sc)
+static unsigned long do_try_to_free_pages(struct zone **zones, gfp_t gfp_mask,
+                                         struct scan_control *sc)
 {
        int priority;
        int ret = 0;
_

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

origin.patch
git-dvb.patch
git-hwmon.patch
git-nfs-make-nfs_wb_page_priority-static.patch
git-scsi-misc.patch
memory-controller-add-per-container-lru-and-reclaim-v7.patch
memory-controller-add-per-container-lru-and-reclaim-v7-cleanup.patch
memory-controller-add-switch-to-control-what-type-of-pages-to-limit-v7-cleanup.patch
reiser4.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