Loading fs/f2fs/node.c +2 −2 Original line number Diff line number Diff line Loading @@ -1517,8 +1517,8 @@ int restore_node_summary(struct f2fs_sb_info *sbi, /* alloc temporal page for read node */ page = alloc_page(GFP_NOFS | __GFP_ZERO); if (IS_ERR(page)) return PTR_ERR(page); if (!page) return -ENOMEM; lock_page(page); /* scan the node segment */ Loading fs/f2fs/recovery.c +3 −3 Original line number Diff line number Diff line Loading @@ -129,8 +129,8 @@ static int find_fsync_dnodes(struct f2fs_sb_info *sbi, struct list_head *head) /* read node page */ page = alloc_page(GFP_F2FS_ZERO); if (IS_ERR(page)) return PTR_ERR(page); if (!page) return -ENOMEM; lock_page(page); while (1) { Loading Loading @@ -367,7 +367,7 @@ static int recover_data(struct f2fs_sb_info *sbi, /* read node page */ page = alloc_page(GFP_NOFS | __GFP_ZERO); if (IS_ERR(page)) if (!page) return -ENOMEM; lock_page(page); Loading Loading
fs/f2fs/node.c +2 −2 Original line number Diff line number Diff line Loading @@ -1517,8 +1517,8 @@ int restore_node_summary(struct f2fs_sb_info *sbi, /* alloc temporal page for read node */ page = alloc_page(GFP_NOFS | __GFP_ZERO); if (IS_ERR(page)) return PTR_ERR(page); if (!page) return -ENOMEM; lock_page(page); /* scan the node segment */ Loading
fs/f2fs/recovery.c +3 −3 Original line number Diff line number Diff line Loading @@ -129,8 +129,8 @@ static int find_fsync_dnodes(struct f2fs_sb_info *sbi, struct list_head *head) /* read node page */ page = alloc_page(GFP_F2FS_ZERO); if (IS_ERR(page)) return PTR_ERR(page); if (!page) return -ENOMEM; lock_page(page); while (1) { Loading Loading @@ -367,7 +367,7 @@ static int recover_data(struct f2fs_sb_info *sbi, /* read node page */ page = alloc_page(GFP_NOFS | __GFP_ZERO); if (IS_ERR(page)) if (!page) return -ENOMEM; lock_page(page); Loading