mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-06 00:10:04 +01:00
Some kernels show invalid dm-integrity table if suberblock contains "recalculate" bit. We can workaround that by setting recalculate option in table (kernel uses bits from superblock anyway), so the table displayed is always correct. Fixes: #538