Skip to content
Commit 063c4561 authored by Mark Fasheh's avatar Mark Fasheh
Browse files

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: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent 35edec1d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment