From d6e34e0ccf1835fbf38413190c3b47d21abde8c8 Mon Sep 17 00:00:00 2001 From: liuzerun Date: Sat, 20 Jan 2024 11:18:30 +0000 Subject: [PATCH] continue Signed-off-by: liuzerun --- fs/hmdfs/hmdfs_dentryfile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/hmdfs/hmdfs_dentryfile.c b/fs/hmdfs/hmdfs_dentryfile.c index 5ec0980b7bf3..dc8b7a74f9a7 100644 --- a/fs/hmdfs/hmdfs_dentryfile.c +++ b/fs/hmdfs/hmdfs_dentryfile.c @@ -683,6 +683,7 @@ static struct hmdfs_dentry *find_in_block(struct hmdfs_dentry_group *dentry_blk, if (!test_bit_le(bit_pos, dentry_blk->bitmap)) { bit_pos++; max_len++; + continue; } de = &dentry_blk->nsl[bit_pos]; if (unlikely(!de->namelen)) { -- Gitee