On 03/19/2015 01:46 PM, Boaz Harrosh wrote: > From: Dave Chinner <dchinner@xxxxxxxxxx> > > 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 <omzg@xxxxxxxxxxxxx> > Tested-by: Boaz Harrosh <boaz@xxxxxxxxxxxxx> > Signed-off-by: Omer Zilberberg <omzg@xxxxxxxxxxxxx> > Signed-off-by: Boaz Harrosh <boaz@xxxxxxxxxxxxx> > Need-Reviewed-by: Eryu Guan <eguan@xxxxxxxxxx> 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 linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html