[PATCH v2 2/6] mm, hugetlb: improve, cleanup resv_map parameters

2014-01-31 Thread Davidlohr Bueso
From: Joonsoo Kim To change a protection method for region tracking to find grained one, we pass the resv_map, instead of list_head, to region manipulation functions. This doesn't introduce any functional change, and it is just for preparing a next step. Reviewed-by: Aneesh Kumar K.V

[PATCH v2 2/6] mm, hugetlb: improve, cleanup resv_map parameters

2014-01-31 Thread Davidlohr Bueso
From: Joonsoo Kim iamjoonsoo@lge.com To change a protection method for region tracking to find grained one, we pass the resv_map, instead of list_head, to region manipulation functions. This doesn't introduce any functional change, and it is just for preparing a next step. Reviewed-by: