All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] f2fs: remove build_free_nids() during checkpoint
@ 2017-02-14  2:06 ` Jaegeuk Kim
  0 siblings, 0 replies; 31+ messages in thread
From: Jaegeuk Kim @ 2017-02-14  2:06 UTC (permalink / raw)
  To: linux-kernel, linux-fsdevel, linux-f2fs-devel; +Cc: Jaegeuk Kim

Let's avoid build_free_nids() in checkpoint path.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
---
 fs/f2fs/checkpoint.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c
index e6e42a4b1344..042f8d9afe44 100644
--- a/fs/f2fs/checkpoint.c
+++ b/fs/f2fs/checkpoint.c
@@ -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);
 }
 
-- 
2.11.0


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot

^ permalink raw reply related	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2017-02-28 10:58 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-14  2:06 [PATCH 1/3] f2fs: remove build_free_nids() during checkpoint Jaegeuk Kim
2017-02-14  2:06 ` Jaegeuk Kim
2017-02-14  2:06 ` [PATCH 2/3] f2fs: add bitmaps for empty or full NAT blocks Jaegeuk Kim
2017-02-14  2:06   ` Jaegeuk Kim
2017-02-23 11:41   ` Chao Yu
2017-02-23 11:41     ` [f2fs-dev] " Chao Yu
2017-02-23 22:54     ` Jaegeuk Kim
2017-02-25  3:26       ` Chao Yu
2017-02-25  3:26         ` [f2fs-dev] " Chao Yu
2017-02-25 18:34         ` Jaegeuk Kim
2017-02-25 18:34           ` [f2fs-dev] " Jaegeuk Kim
2017-02-27  3:03           ` Chao Yu
2017-02-27  3:03             ` [f2fs-dev] " Chao Yu
2017-02-27 22:19             ` Jaegeuk Kim
2017-02-27 22:19               ` [f2fs-dev] " Jaegeuk Kim
2017-02-28 10:38               ` Chao Yu
2017-02-28 10:38                 ` Chao Yu
2017-02-23 22:58   ` [PATCH 2/3 v2] " Jaegeuk Kim
2017-02-23 22:58     ` Jaegeuk Kim
2017-02-28  3:34     ` Chao Yu
2017-02-28  3:34       ` [f2fs-dev] " Chao Yu
2017-02-28  5:33       ` Jaegeuk Kim
2017-02-28  5:33         ` [f2fs-dev] " Jaegeuk Kim
2017-02-28 10:52         ` Chao Yu
2017-02-28 10:52           ` [f2fs-dev] " Chao Yu
2017-02-28 10:52           ` Chao Yu
2017-02-14  2:06 ` [PATCH 3/3] f2fs: avoid reading NAT page by get_node_info Jaegeuk Kim
2017-02-14  2:06   ` Jaegeuk Kim
2017-02-23 11:47   ` Chao Yu
2017-02-23 11:47     ` Chao Yu
2017-02-23 18:20     ` [f2fs-dev] " Jaegeuk Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.