Re: [RFC 3/9] mm/gup: Make follow_page_mask function PGD implementation aware
From: Anshuman Khandual <hidden>
Date: 2016-03-11 03:03:20
Also in:
linux-mm, lkml
From: Anshuman Khandual <hidden>
Date: 2016-03-11 03:03:20
Also in:
linux-mm, lkml
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 ?