Pārlūkot izejas kodu

f2fs: remove unneeded readahead in find_fsync_dnodes

In find_fsync_dnodes, get_tmp_page will read dnode page synchronously,
previously, ra_meta_page did the same work, which is redundant, remove
it.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Chao Yu 9 gadi atpakaļ
vecāks
revīzija
ae8d1db34f
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      fs/f2fs/recovery.c

+ 0 - 2
fs/f2fs/recovery.c

@@ -229,8 +229,6 @@ static int find_fsync_dnodes(struct f2fs_sb_info *sbi, struct list_head *head)
 	curseg = CURSEG_I(sbi, CURSEG_WARM_NODE);
 	curseg = CURSEG_I(sbi, CURSEG_WARM_NODE);
 	blkaddr = NEXT_FREE_BLKADDR(sbi, curseg);
 	blkaddr = NEXT_FREE_BLKADDR(sbi, curseg);
 
 
-	ra_meta_pages(sbi, blkaddr, 1, META_POR, true);
-
 	while (1) {
 	while (1) {
 		struct fsync_inode_entry *entry;
 		struct fsync_inode_entry *entry;