Re: [PATCH -next] f2fs: Simplify bool conversion

From: Chao Yu
Date: Thu Dec 16 2021 - 20:12:43 EST


On 2021/12/15 10:38, Yang Li wrote:
Fix the following coccicheck warning:
./fs/f2fs/sysfs.c:491:41-46: WARNING: conversion to bool not needed here

Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
Signed-off-by: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx>

Thanks for fixing this issue, do you mind merging this fix into original patch?

Thanks,