Re: [PATCH 2/3] pagewalk: seperate function pointers from iterator data
From: Thomas Hellstrom
Date: Thu Aug 08 2019 - 16:34:14 EST
On 8/8/19 5:42 PM, Christoph Hellwig wrote:
The mm_walk structure currently mixed data and code. Split out the
operations vectors into a new mm_walk_ops structure, and while we
are changing the API also declare the mm_walk structure inside the
walk_page_range and walk_page_vma functions.
Based on patch from Linus Torvalds.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
Typo: For the patch title s/seperate/separate/
Otherwise for the series
Reviewed-by: Thomas Hellstrom <thellstrom@xxxxxxxxxx>
/Thomas