aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/iomap.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-08-17 08:39:47 +1000
committerDave Chinner <david@fromorbit.com>2016-08-17 08:39:47 +1000
commit97dd8c9ee60c98f09be86a2e7e61b18f8d8ed4e9 (patch)
tree58135a24960056d0ece97c19684077ecc8629a38 /fs/iomap.c
parentLinux 4.8-rc2 (diff)
downloadwireguard-linux-97dd8c9ee60c98f09be86a2e7e61b18f8d8ed4e9.tar.xz
wireguard-linux-97dd8c9ee60c98f09be86a2e7e61b18f8d8ed4e9.zip
iomap: remove superflous mark_page_accessed from iomap_write_actor
This catches up with commit 2457ae ("mm: non-atomically mark page accessed during page cache allocation where possible"), which moved the initial access marking into the pagecache allocator. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/iomap.c')
-rw-r--r--fs/iomap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/iomap.c b/fs/iomap.c
index 48141b8eff5f..f39c3181fa10 100644
--- a/fs/iomap.c
+++ b/fs/iomap.c
@@ -199,7 +199,6 @@ again:
pagefault_enable();
flush_dcache_page(page);
- mark_page_accessed(page);
status = iomap_write_end(inode, pos, bytes, copied, page);
if (unlikely(status < 0))