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 <[email protected]> > Reviewed-by: Christoph Hellwig <[email protected]> > Reviewed-by: Ritesh Harjani <[email protected]>
Sorry, but above email address is wrong. Either of below is ok. Reviewed-by: Ritesh Harjani <[email protected]> OR Reviewed-by: Ritesh Harjani <[email protected]> > > > --- > fs/dax.c | 152 ++++++++++++++++++++++++++++++------------------------- > 1 file changed, 84 insertions(+), 68 deletions(-)

