|
@@ -290,7 +290,7 @@ void f2fs_balance_fs_bg(struct f2fs_sb_info *sbi)
|
|
/* check the # of cached NAT entries and prefree segments */
|
|
/* check the # of cached NAT entries and prefree segments */
|
|
if (try_to_free_nats(sbi, NAT_ENTRY_PER_BLOCK) ||
|
|
if (try_to_free_nats(sbi, NAT_ENTRY_PER_BLOCK) ||
|
|
excess_prefree_segs(sbi) ||
|
|
excess_prefree_segs(sbi) ||
|
|
- available_free_memory(sbi, INO_ENTRIES))
|
|
|
|
|
|
+ !available_free_memory(sbi, INO_ENTRIES))
|
|
f2fs_sync_fs(sbi->sb, true);
|
|
f2fs_sync_fs(sbi->sb, true);
|
|
}
|
|
}
|
|
|
|
|