]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/f2fs/checkpoint.c
Merge branch 'for-v3.16/ti-clk-drv' of github.com:t-kristo/linux-pm into clk-next
[karo-tx-linux.git] / fs / f2fs / checkpoint.c
index 4aa521aa9bc3a794fbe52625e689b93140ed38a5..c405b8f1705415e9e7344c66ceea27feaa0c36fa 100644 (file)
@@ -69,7 +69,6 @@ repeat:
                goto repeat;
        }
 out:
-       mark_page_accessed(page);
        return page;
 }
 
@@ -137,13 +136,11 @@ int ra_meta_pages(struct f2fs_sb_info *sbi, int start, int nrpages, int type)
                if (!page)
                        continue;
                if (PageUptodate(page)) {
-                       mark_page_accessed(page);
                        f2fs_put_page(page, 1);
                        continue;
                }
 
                f2fs_submit_page_mbio(sbi, page, blk_addr, &fio);
-               mark_page_accessed(page);
                f2fs_put_page(page, 0);
        }
 out: