mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
dca63722ea
Add tests for fallocate(2) syscall - fallocate: reserve the disk space - punch: de-allocates the disk space Since FALLOC_FL_PUNCH_HOLE is relatively new it's value defined explicitly if not yet defined. Later we may clear that define. Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org> Signed-off-by: Christoph Hellwig <hch@lst.de>