comparison toys/other/fallocate.c @ 1353:2102af52be68 draft

Enable fallocate in defconfig.
author Rob Landley <rob@landley.net>
date Wed, 11 Jun 2014 22:18:35 -0500
parents d5a1174ff88a
children 5ec6582aac50
comparison
equal deleted inserted replaced
1352:577f6535e787 1353:2102af52be68
6 6
7 USE_FALLOCATE(NEWTOY(fallocate, ">1l#|", TOYFLAG_USR|TOYFLAG_BIN)) 7 USE_FALLOCATE(NEWTOY(fallocate, ">1l#|", TOYFLAG_USR|TOYFLAG_BIN))
8 8
9 config FALLOCATE 9 config FALLOCATE
10 bool "fallocate" 10 bool "fallocate"
11 default n 11 default y
12 help 12 help
13 usage: fallocate [-l size] file 13 usage: fallocate [-l size] file
14 14
15 Tell the filesystem to allocate space for a file. 15 Tell the filesystem to allocate space for a file.
16 */ 16 */