Re: [RFC 3/9] mm/gup: Make follow_page_mask function PGD implementation aware

2016-03-10 Thread Anshuman Khandual
On 03/09/2016 05:40 PM, Anshuman Khandual wrote: > Currently the function 'follow_page_mask' does not take into account > PGD based huge page implementation. This change achieves that and > makes it complete. Hugh/Mel/Naoya/Andrew, Thoughts/inputs/suggestions ? Does this change look okay

[RFC 3/9] mm/gup: Make follow_page_mask function PGD implementation aware

2016-03-09 Thread Anshuman Khandual
Currently the function 'follow_page_mask' does not take into account PGD based huge page implementation. This change achieves that and makes it complete. Signed-off-by: Anshuman Khandual --- mm/gup.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/mm/gup.c b/mm/gup.c index 7bf19ff..53a