Re: [PATCH] ext4: remove unnecessary comparisons to bool

From: Theodore Y. Ts'o
Date: Thu May 14 2020 - 10:48:08 EST


On Mon, Apr 20, 2020 at 12:29:18PM +0800, Jason Yan wrote:
> Fix the following coccicheck warning:
>
> fs/ext4/extents_status.c:1057:5-28: WARNING: Comparison to bool
> fs/ext4/inode.c:2314:18-24: WARNING: Comparison to bool
>
> Signed-off-by: Jason Yan <yanaijie@xxxxxxxxxx>

Applied, thanks.

- Ted