Skip to content
Commit 7b6944f1 authored by JeongHyeon Lee's avatar JeongHyeon Lee Committed by Greg Kroah-Hartman
Browse files

dm verity: fix DM_VERITY_OPTS_MAX value



commit 160f99db upstream.

Three optional parameters must be accepted at once in a DM verity table, e.g.:
  (verity_error_handling_mode) (ignore_zero_block) (check_at_most_once)
Fix this to be possible by incrementing DM_VERITY_OPTS_MAX.

Signed-off-by: default avatarJeongHyeon Lee <jhs2.lee@samsung.com>
Fixes: 843f38d3 ("dm verity: add 'check_at_most_once' option to only validate hashes once")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 752589cd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment