Skip to content
  • Mark Fasheh's avatar
    ocfs2: support for removing file regions · 063c4561
    Mark Fasheh authored
    
    
    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>
    063c4561