dm verity: fix DM_VERITY_OPTS_MAX value yet again
authorMike Snitzer <snitzer@kernel.org>
Tue, 9 Aug 2022 21:33:12 +0000 (17:33 -0400)
committerMike Snitzer <snitzer@kernel.org>
Tue, 9 Aug 2022 23:12:14 +0000 (19:12 -0400)
commit8c22816dbc8733ea761c3b74ec62d9463e242c56
tree11a7d950e5c17bd6250ac20a5d497bda48cc9f9c
parentb33b6fdca3f0380c101e2adae5644777d6530fe5
dm verity: fix DM_VERITY_OPTS_MAX value yet again

Must account for the possibility that "try_verify_in_tasklet" is used.

This is the same issue that was fixed with commit 160f99db94322 -- it
is far too easy to miss that additional a new argument(s) require
bumping DM_VERITY_OPTS_MAX accordingly.

Fixes: 5721d4e5a9cd ("dm verity: Add optional "try_verify_in_tasklet" feature")
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm-verity-target.c