Loading fs/f2fs/node.c +3 −2 Original line number Diff line number Diff line Loading @@ -2350,8 +2350,9 @@ bool f2fs_alloc_nid(struct f2fs_sb_info *sbi, nid_t *nid) spin_unlock(&nm_i->nid_list_lock); /* Let's scan nat pages and its caches to get free nids */ f2fs_build_free_nids(sbi, true, false); if (!f2fs_build_free_nids(sbi, true, false)) goto retry; return false; } /* Loading Loading
fs/f2fs/node.c +3 −2 Original line number Diff line number Diff line Loading @@ -2350,8 +2350,9 @@ bool f2fs_alloc_nid(struct f2fs_sb_info *sbi, nid_t *nid) spin_unlock(&nm_i->nid_list_lock); /* Let's scan nat pages and its caches to get free nids */ f2fs_build_free_nids(sbi, true, false); if (!f2fs_build_free_nids(sbi, true, false)) goto retry; return false; } /* Loading