On 03/19/2015 01:46 PM, Boaz Harrosh wrote:
> From: Dave Chinner <[email protected]>
> 
> when using mmap() for file i/o, writing to the file should update
> it's c/mtime. Specifically if we first mmap-read from a page, then
> memap-write to the same page.
> 
> This test was failing for the initial submission of DAX because
> pfn based mapping do not have an page_mkwrite called for them.
> The new Kernel patches that introduce pfn_mkwrite fixes this test.
> 
> Written by Dave Chinner but edited and tested by:
>       Omer Zilberberg
> 
> Dave hands-up man, it looks like you edited this directly
> in the email, but there was not even a single typo.
> 
> Tested-by: Omer Zilberberg <[email protected]>
> Tested-by: Boaz Harrosh <[email protected]>
> Signed-off-by: Omer Zilberberg <[email protected]>
> Signed-off-by: Boaz Harrosh <[email protected]>
> Need-Reviewed-by: Eryu Guan <[email protected]>

Hi Eryu

Thank you for your review.

I have tried to incorporate your comments, I hope its what you meant.

Thanks
Boaz

--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to