summaryrefslogtreecommitdiffstats
path: root/c_pgms/sparse/sparse_file_write.c
Commit message (Collapse)AuthorAgeFilesLines
* sparse: add sparse file creation tools to the gitRaghavendra Bhat2012-02-241-0/+151
sparse_file_write.c: This program takes the filename and the size as the argument from the user (default size 5GB) and creates the sparse file with the name and the size provided. sparse_file_alt.c: This program will create a sparse file with alternate empty blocks and data blocks. Takes the path as the argument Change-Id: I8dfc95c933167fefc53fb0b665f234997aa0c68f Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>