[PATCH v2 06/10] mm, hugetlb: remove redundant list_empty check in gather_surplus_pages()

2013-07-22 Thread Joonsoo Kim
If list is empty, list_for_each_entry_safe() doesn't do anything. So, this check is redundant. Remove it. Reviewed-by: Aneesh Kumar K.V Signed-off-by: Joonsoo Kim diff --git a/mm/hugetlb.c b/mm/hugetlb.c index 3ac0a6f..7ca8733 100644 --- a/mm/hugetlb.c +++ b/mm/hugetlb.c @@ -1017,11 +1017,8 @@

[PATCH v2 06/10] mm, hugetlb: remove redundant list_empty check in gather_surplus_pages()

2013-07-22 Thread Joonsoo Kim
If list is empty, list_for_each_entry_safe() doesn't do anything. So, this check is redundant. Remove it. Reviewed-by: Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com Signed-off-by: Joonsoo Kim iamjoonsoo@lge.com diff --git a/mm/hugetlb.c b/mm/hugetlb.c index 3ac0a6f..7ca8733 100644 ---