[PATCH v3 04/14] mm, hugetlb: remove resv_map_put()

2013-12-17 Thread Joonsoo Kim
In following patch, I change vma_resv_map() to return resv_map for all case. This patch prepares it by removing resv_map_put() which doesn't works properly with following change, because it works only for HPAGE_RESV_OWNER's resv_map, not for all resv_maps. Reviewed-by: Aneesh Kumar K.V

[PATCH v3 04/14] mm, hugetlb: remove resv_map_put()

2013-12-17 Thread Joonsoo Kim
In following patch, I change vma_resv_map() to return resv_map for all case. This patch prepares it by removing resv_map_put() which doesn't works properly with following change, because it works only for HPAGE_RESV_OWNER's resv_map, not for all resv_maps. Reviewed-by: Aneesh Kumar K.V