pub const DEFAULT_BLOCK_SIZE: usize = 4096;
Expand description

Currently the kernel requires the fs-verity block size to be equal to the system page size, which is usually 4096. Some modern 64 bit ARM systems have a 64kB page size though.