linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] f2fs: don't clear CP_QUOTA_NEED_FSCK_FLAG
@ 2019-02-12  2:33 Jaegeuk Kim
  2019-02-13  3:42 ` [f2fs-dev] " Chao Yu
  2019-05-10  9:45 ` Chao Yu
  0 siblings, 2 replies; 13+ messages in thread
From: Jaegeuk Kim @ 2019-02-12  2:33 UTC (permalink / raw)
  To: linux-kernel, linux-f2fs-devel; +Cc: Jaegeuk Kim

If we met this once, let fsck.f2fs clear this only.
Note that, this addresses all the subtle fault injection test.

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 03fea4efd64b..10a3ada28715 100644
--- a/fs/f2fs/checkpoint.c
+++ b/fs/f2fs/checkpoint.c
@@ -1267,8 +1267,6 @@ static void update_ckpt_flags(struct f2fs_sb_info *sbi, struct cp_control *cpc)
 
 	if (is_sbi_flag_set(sbi, SBI_QUOTA_SKIP_FLUSH))
 		__set_ckpt_flags(ckpt, CP_QUOTA_NEED_FSCK_FLAG);
-	else
-		__clear_ckpt_flags(ckpt, CP_QUOTA_NEED_FSCK_FLAG);
 
 	if (is_sbi_flag_set(sbi, SBI_QUOTA_NEED_REPAIR))
 		__set_ckpt_flags(ckpt, CP_QUOTA_NEED_FSCK_FLAG);
-- 
2.19.0.605.g01d371f741-goog


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

end of thread, other threads:[~2019-05-20 23:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-12  2:33 [PATCH] f2fs: don't clear CP_QUOTA_NEED_FSCK_FLAG Jaegeuk Kim
2019-02-13  3:42 ` [f2fs-dev] " Chao Yu
2019-02-16  4:55   ` Jaegeuk Kim
2019-02-18  9:10     ` Chao Yu
2019-02-20  7:08       ` Jaegeuk Kim
2019-02-20  7:25         ` Chao Yu
2019-02-20  7:31           ` Chao Yu
2019-02-22  2:40             ` Jaegeuk Kim
2019-02-22  3:27               ` Chao Yu
2019-02-26 17:57                 ` Jaegeuk Kim
2019-02-28  1:08                   ` Chao Yu
2019-05-10  9:45 ` Chao Yu
2019-05-20 23:24   ` Jaegeuk Kim

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).