Re: [PATCH v3 02/14] mm, hugetlb: region manipulation functions take resv_map rather list_head

2014-01-06 Thread Davidlohr Bueso
On Wed, 2013-12-18 at 15:53 +0900, Joonsoo Kim wrote: > 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.

Re: [PATCH v3 02/14] mm, hugetlb: region manipulation functions take resv_map rather list_head

2014-01-06 Thread Davidlohr Bueso
On Wed, 2013-12-18 at 15:53 +0900, Joonsoo Kim wrote: 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.

Re: [PATCH v3 02/14] mm, hugetlb: region manipulation functions take resv_map rather list_head

2013-12-21 Thread David Gibson
On Wed, Dec 18, 2013 at 03:53:48PM +0900, Joonsoo Kim wrote: > 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

Re: [PATCH v3 02/14] mm, hugetlb: region manipulation functions take resv_map rather list_head

2013-12-21 Thread David Gibson
On Wed, Dec 18, 2013 at 03:53:48PM +0900, Joonsoo Kim wrote: 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

[PATCH v3 02/14] mm, hugetlb: region manipulation functions take resv_map rather list_head

2013-12-17 Thread 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 Signed-off-by: Joonsoo Kim

[PATCH v3 02/14] mm, hugetlb: region manipulation functions take resv_map rather list_head

2013-12-17 Thread 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