Re: [PATCH v2 02/10] mm, hugetlb: remove err label in dequeue_huge_page_vma()

2013-07-23 Thread Joonsoo Kim
On Mon, Jul 22, 2013 at 06:11:11PM +0200, Michal Hocko wrote: > On Mon 22-07-13 17:36:23, Joonsoo Kim wrote: > > This label is not needed now, because there is no error handling > > except returing NULL. > > > > Signed-off-by: Joonsoo Kim > > > > diff --git a/mm/hugetlb.c b/mm/hugetlb.c > > inde

Re: [PATCH v2 02/10] mm, hugetlb: remove err label in dequeue_huge_page_vma()

2013-07-22 Thread Michal Hocko
On Mon 22-07-13 17:36:23, Joonsoo Kim wrote: > This label is not needed now, because there is no error handling > except returing NULL. > > Signed-off-by: Joonsoo Kim > > diff --git a/mm/hugetlb.c b/mm/hugetlb.c > index fc4988c..d87f70b 100644 > --- a/mm/hugetlb.c > +++ b/mm/hugetlb.c > @@ -546,

[PATCH v2 02/10] mm, hugetlb: remove err label in dequeue_huge_page_vma()

2013-07-22 Thread Joonsoo Kim
This label is not needed now, because there is no error handling except returing NULL. Signed-off-by: Joonsoo Kim diff --git a/mm/hugetlb.c b/mm/hugetlb.c index fc4988c..d87f70b 100644 --- a/mm/hugetlb.c +++ b/mm/hugetlb.c @@ -546,11 +546,11 @@ static struct page *dequeue_huge_page_vma(struct hs