|
@@ -1044,7 +1044,7 @@ static int get_data_block_dio(struct inode *inode, sector_t iblock,
|
|
|
struct buffer_head *bh_result, int create)
|
|
|
{
|
|
|
return __get_data_block(inode, iblock, bh_result, create,
|
|
|
- F2FS_GET_BLOCK_DIO, NULL);
|
|
|
+ F2FS_GET_BLOCK_DEFAULT, NULL);
|
|
|
}
|
|
|
|
|
|
static int get_data_block_bmap(struct inode *inode, sector_t iblock,
|
|
@@ -1244,7 +1244,7 @@ static int f2fs_mpage_readpages(struct address_space *mapping,
|
|
|
map.m_len = last_block - block_in_file;
|
|
|
|
|
|
if (f2fs_map_blocks(inode, &map, 0,
|
|
|
- F2FS_GET_BLOCK_READ))
|
|
|
+ F2FS_GET_BLOCK_DEFAULT))
|
|
|
goto set_error_page;
|
|
|
}
|
|
|
got_it:
|