Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent ext[234] filesystems corruption
Some underlying device driver, e.g. the UML UBD driver, may manage holes incorrectly which will prevent to retrieve all usefull zero ranges in filesystem, e.g. when using 'bmaptool create' Assigning UNIX_IO_NOZEROOUT environment variable prevent mkfs.ext[234] utilities to create zero range spaces using fallocate with FALLOC_FL_ZERO_RANGE or FALLOC_FL_PUNCH_HOLE Signed-off-by: Frédéric Danis <[email protected]>
- Loading branch information