Re: [PATCH v3] erofs: simplify the code using for_each_set_bit

From: Chao Yu

Date: Wed Jan 21 2026 - 00:28:08 EST


On 2025/12/18 12:19, Yuwen Chen wrote:
When mounting the EROFS file system, it is necessary to check the
available compression algorithms. At this time, the for_each_set_bit
function can be used to simplify the code logic.

Signed-off-by: Yuwen Chen <ywen.chen@xxxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,