]> git.ipfire.org Git - thirdparty/util-linux.git/commit - sys-utils/fallocate.c
fallocate: Add "--dig-holes" option
authorRodrigo Campos <rodrigo@sdfg.com.ar>
Sun, 26 Jan 2014 15:06:50 +0000 (15:06 +0000)
committerKarel Zak <kzak@redhat.com>
Fri, 14 Feb 2014 10:31:12 +0000 (11:31 +0100)
commit24b2a479fd5ba138e9b836fa2115939eb3b59dfe
tree59739edae84554396409a96a35b292e6ad274f10
parentbcd9315d4ba62a225028c47b0423e390e19381f6
fallocate: Add "--dig-holes" option

This option tries to detect chunk of '\0's and punch a hole, making the file
sparse in-place.

[kzak@redhat.com: - fix coding style, use xalloc.h and err.h]

Signed-off-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
Signed-off-by: Karel Zak <kzak@redhat.com>
bash-completion/fallocate
sys-utils/fallocate.1
sys-utils/fallocate.c