commit | 063c4561f52a74de686fe0ff2f96f4f54c9fecd2 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Tue Jul 03 13:34:11 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Tue Jul 10 17:32:08 2007 -0700 |
tree | 73a202c316df70bdfafa489d70e2863c5c5ea33a | |
parent | 35edec1d52c075975991471d624b33b9336226f2 [diff] |
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 <mark.fasheh@oracle.com>