diff options
Diffstat (limited to 'mm/filemap.c')
| -rw-r--r-- | mm/filemap.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index 22396713feb..ccea3b665c1 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -2272,6 +2272,7 @@ again:  		pagefault_enable();  		flush_dcache_page(page); +		mark_page_accessed(page);  		status = a_ops->write_end(file, mapping, pos, bytes, copied,  						page, fsdata);  		if (unlikely(status < 0))  |