Re: [PATCH 4/7] dm-verity: remove unnecessary ifdef around verity_fec_decode()

From: Sami Tolvanen
Date: Wed Dec 17 2025 - 13:08:49 EST


On Tue, Dec 16, 2025 at 03:06:11PM -0800, Eric Biggers wrote:
> Since verity_fec_decode() has a !CONFIG_DM_VERITY_FEC stub, it can just
> be called unconditionally, similar to the other calls in the same file.
>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>

Reviewed-by: Sami Tolvanen <samitolvanen@xxxxxxxxxx>

Sami