Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b064f7d authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: remove build_free_nids() during checkpoint



Let's avoid build_free_nids() in checkpoint path.

Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent d260081c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -999,8 +999,6 @@ static int block_operations(struct f2fs_sb_info *sbi)
static void unblock_operations(struct f2fs_sb_info *sbi)
{
	up_write(&sbi->node_write);

	build_free_nids(sbi, false);
	f2fs_unlock_all(sbi);
}