]> git.baikalelectronics.ru Git - kernel.git/commit
iomap: remove superflous mark_page_accessed from iomap_write_actor
authorChristoph Hellwig <hch@lst.de>
Tue, 16 Aug 2016 22:39:47 +0000 (08:39 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 16 Aug 2016 22:39:47 +0000 (08:39 +1000)
commit1a2dc30f4e45a610110855cc19b186cca2955dbd
tree58135a24960056d0ece97c19684077ecc8629a38
parent92eda0ff5e2879da54cd299e1946d13cb37b1706
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>
fs/iomap.c