From: Mark Fasheh Date: Tue, 3 Jul 2007 20:34:11 +0000 (-0700) Subject: ocfs2: support for removing file regions X-Git-Tag: v2.6.23-rc1~781^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=063c4561f52a74de686fe0ff2f96f4f54c9fecd2;p=pandora-kernel.git ocfs2: support for removing file regions Provide an internal interface for the removal of arbitrary file regions. ocfs2_remove_inode_range() takes a byte range within a file and will remove existing extents within that range. Partial clusters will be zeroed so that any read from within the region will return zeros. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed