ocfs2: Read from an unwritten extent returns zeros
Return an optional extent flags field from our lookup functions and wire up callers to treat unwritten regions as holes for the purpose of returning zeros to the user. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
This commit is contained in:
@ -670,7 +670,7 @@ static int ocfs2_force_read_journal(struct inode *inode)
|
||||
(inode->i_blocks >> (inode->i_sb->s_blocksize_bits - 9))) {
|
||||
|
||||
status = ocfs2_extent_map_get_blocks(inode, v_blkno,
|
||||
&p_blkno, &p_blocks);
|
||||
&p_blkno, &p_blocks, NULL);
|
||||
if (status < 0) {
|
||||
mlog_errno(status);
|
||||
goto bail;
|
||||
|
Reference in New Issue
Block a user