[PATCH] Extra brace in mm/mempolicy.c on 2.6.16-rc1-mm1

From: Mel Gorman
Date: Thu Jan 19 2006 - 08:47:29 EST


An additional brace in mm/mempolicy.c causes a compile problem


--- linux-2.6.16-rc1-mm1-clean/mm/mempolicy.c 2006-01-19 11:21:59.000000000 +0000
+++ linux-2.6.16-rc1-mm1-mempolicy/mm/mempolicy.c 2006-01-19 12:47:10.000000000 +0000
@@ -543,7 +543,6 @@
if ((flags & MPOL_MF_MOVE_ALL) || page_mapcount(page) ==1)
if (isolate_lru_page(page))
list_add(&page->lru, pagelist);
- }
}

/*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/