All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fsck: clear useless "continue" in __chk_dentries
@ 2016-09-20 12:43 Yunlong Song
  2016-09-20 15:00 ` Chao Yu
  0 siblings, 1 reply; 2+ messages in thread
From: Yunlong Song @ 2016-09-20 12:43 UTC (permalink / raw)
  To: jaegeuk, yunlong.song; +Cc: linux-f2fs-devel

Signed-off-by: Yunlong Song <yunlong.song@huawei.com>
---
 fsck/fsck.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fsck/fsck.c b/fsck/fsck.c
index e2081c8..301685b 100644
--- a/fsck/fsck.c
+++ b/fsck/fsck.c
@@ -1240,7 +1240,6 @@ static int __chk_dentries(struct f2fs_sb_info *sbi, struct child_info *child,
 				name_len = le16_to_cpu(dentry[i].name_len);
 				if (name_len > 0)
 					i += (name_len + F2FS_SLOT_LEN - 1) / F2FS_SLOT_LEN - 1;
-				continue;
 			}
 		}
 	}
-- 
1.8.5.2


------------------------------------------------------------------------------

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

* Re: [PATCH] fsck: clear useless "continue" in __chk_dentries
  2016-09-20 12:43 [PATCH] fsck: clear useless "continue" in __chk_dentries Yunlong Song
@ 2016-09-20 15:00 ` Chao Yu
  0 siblings, 0 replies; 2+ messages in thread
From: Chao Yu @ 2016-09-20 15:00 UTC (permalink / raw)
  To: Yunlong Song, jaegeuk; +Cc: linux-f2fs-devel

On 2016/9/20 20:43, Yunlong Song wrote:
> Signed-off-by: Yunlong Song <yunlong.song@huawei.com>

Acked-by: Chao Yu <yuchao0@huawei.com>

------------------------------------------------------------------------------

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

end of thread, other threads:[~2016-09-20 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-20 12:43 [PATCH] fsck: clear useless "continue" in __chk_dentries Yunlong Song
2016-09-20 15:00 ` Chao Yu

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.