mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Let's check block device size required for Merkle tree and superblock. If it is a file, allocate the size in advance with fallocate. This should print better error message if hash device is too small. Fixes: #808