linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 RESEND] f2fs: add bug_on when f2fs_gc even fails to get one victim
@ 2017-11-17  1:09 Yunlong Song
  2017-11-22  3:50 ` Yunlong Song
  0 siblings, 1 reply; 4+ messages in thread
From: Yunlong Song @ 2017-11-17  1:09 UTC (permalink / raw)
  To: jaegeuk, chao, yuchao0, yunlong.song, yunlong.song
  Cc: miaoxie, bintian.wang, linux-fsdevel, linux-f2fs-devel, linux-kernel

This can help to find potential bugs on some corner case.

Signed-off-by: Yunlong Song <yunlong.song@huawei.com>
---
 fs/f2fs/gc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fs/f2fs/gc.c b/fs/f2fs/gc.c
index 5d5bba4..c89128b 100644
--- a/fs/f2fs/gc.c
+++ b/fs/f2fs/gc.c
@@ -1035,6 +1035,7 @@ int f2fs_gc(struct f2fs_sb_info *sbi, bool sync,
 		goto stop;
 	}
 	if (!__get_victim(sbi, &segno, gc_type)) {
+		f2fs_bug_on(sbi, !total_freed && has_not_enough_free_secs(sbi, 0, 0));
 		ret = -ENODATA;
 		goto stop;
 	}
-- 
1.8.5.2

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

end of thread, other threads:[~2017-11-25  9:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-17  1:09 [PATCH v3 RESEND] f2fs: add bug_on when f2fs_gc even fails to get one victim Yunlong Song
2017-11-22  3:50 ` Yunlong Song
2017-11-23 13:05   ` Chao Yu
2017-11-25  9:12     ` Yunlong Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).