diff options
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r-- | fs/ext4/inode.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index f4466c3650dc..e0e1cb0863f4 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
@@ -1784,7 +1784,8 @@ static int ext4_da_map_blocks(struct inode *inode, sector_t iblock, | |||
1784 | goto out_unlock; | 1784 | goto out_unlock; |
1785 | } | 1785 | } |
1786 | 1786 | ||
1787 | retval = ext4_es_insert_extent(inode, map->m_lblk, map->m_len); | 1787 | retval = ext4_es_insert_extent(inode, map->m_lblk, map->m_len, |
1788 | ~0, EXTENT_STATUS_DELAYED); | ||
1788 | if (retval) | 1789 | if (retval) |
1789 | goto out_unlock; | 1790 | goto out_unlock; |
1790 | 1791 | ||