On 21/04/07 02:32PM, Shiyang Ruan wrote: > The dax page fault code is too long and a bit difficult to read. And it > is hard to understand when we trying to add new features. Some of the > PTE/PMD codes have similar logic. So, factor them as helper functions to > simplify the code. > > Signed-off-by: Shiyang Ruan <ruansy.f...@fujitsu.com> > Reviewed-by: Christoph Hellwig <h...@lst.de> > Reviewed-by: Ritesh Harjani <rite...@gmail.com>
Sorry, but above email address is wrong. Either of below is ok. Reviewed-by: Ritesh Harjani <rite...@linux.ibm.com> OR Reviewed-by: Ritesh Harjani <ritesh.l...@gmail.com> > > > --- > fs/dax.c | 152 ++++++++++++++++++++++++++++++------------------------- > 1 file changed, 84 insertions(+), 68 deletions(-)