Re: [PATCH v2] fuse: ioctl: remove unnecessary comparison in fuse_setup_measure_verity()

From: Miklos Szeredi

Date: Tue Aug 25 2026 - 08:35:54 EST


On Tue, 18 Aug 2026 at 18:15, Ali Nasrollahi <a.nasrolahi01@xxxxxxxxx> wrote:

> The comparison is between the 16-bit digest_size and a size_t-sized
> constant. Since this comparison cannot be true, remove it.
>
> Signed-off-by: Ali Nasrollahi <A.Nasrolahi01@xxxxxxxxx>

Applied, thanks.

Miklos