Re: [RFC PATCH 2/7] mm/follow_page_mask: Split follow_page_mask to smaller functions.

2017-04-07 Thread Anshuman Khandual
On 04/04/2017 07:34 PM, Aneesh Kumar K.V wrote: > Makes code reading easy. No functional changes in this patch. The description should mention how the follow function is broken down to PGD follow, PUD follow and PMD follow on 4 level page table system. Needs to be bit verbose.

[RFC PATCH 2/7] mm/follow_page_mask: Split follow_page_mask to smaller functions.

2017-04-04 Thread Aneesh Kumar K.V
Makes code reading easy. No functional changes in this patch. Signed-off-by: Aneesh Kumar K.V --- mm/gup.c | 148 +++ 1 file changed, 91 insertions(+), 57 deletions(-) diff --git a/mm/gup.c b/mm/gup.c index 04aa405350dc..73d46f9f7b81 1