mm: non-atomically mark page accessed during page cache allocation where possible
[sfrench/cifs-2.6.git] / fs / ntfs / attrib.c
index a27e3fecefaf817fc03c8a4cd57eae1969cdbf5f..250ed5b20c8fbed1b9afcf19154a088983986527 100644 (file)
@@ -1748,7 +1748,6 @@ int ntfs_attr_make_non_resident(ntfs_inode *ni, const u32 data_size)
        if (page) {
                set_page_dirty(page);
                unlock_page(page);
-               mark_page_accessed(page);
                page_cache_release(page);
        }
        ntfs_debug("Done.");