Re: [PATCH] dax: pgoff in fs DAX trace needs to be corrected

2017-01-24 Thread Ross Zwisler
On Mon, Jan 23, 2017 at 05:06:39PM -0700, Dave Jiang wrote: > With only vmf being passed in, the pgoff in vmf that is passed in is for > the PTE and not the PMD. Fix up so the pgoff is corrected. > > Signed-off-by: Dave Jiang Yep, this seems right to me. Thanks for catching it. Reviewed-by: Ro

[PATCH] dax: pgoff in fs DAX trace needs to be corrected

2017-01-23 Thread Dave Jiang
With only vmf being passed in, the pgoff in vmf that is passed in is for the PTE and not the PMD. Fix up so the pgoff is corrected. Signed-off-by: Dave Jiang --- include/trace/events/fs_dax.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/trace/events/fs_dax.h b