Whamcloud - gitweb
libext2fs: Add new function ext2fs_punch()
authorTheodore Ts'o <tytso@mit.edu>
Thu, 22 Jul 2010 13:37:35 +0000 (09:37 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 22 Jul 2010 13:37:35 +0000 (09:37 -0400)
commit3adb9374fb92736e393ad64f751073b19927ec0e
tree6812583d84c4f25919f852cdd5d6ae47bbb113a7
parentf03bb73ceb55791f7a59dbb72cfdbe121c5d204e
libext2fs: Add new function ext2fs_punch()

This function deallocates a range of blocks from a passed-in file.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/Makefile.in
lib/ext2fs/ext2fs.h
lib/ext2fs/punch.c [new file with mode: 0644]