diff options
Diffstat (limited to 'fs/ext4/indirect.c')
-rw-r--r-- | fs/ext4/indirect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/indirect.c b/fs/ext4/indirect.c index 292337f27c9c..f6663c3a946d 100644 --- a/fs/ext4/indirect.c +++ b/fs/ext4/indirect.c | |||
@@ -1411,6 +1411,7 @@ void ext4_ind_truncate(struct inode *inode) | |||
1411 | down_write(&ei->i_data_sem); | 1411 | down_write(&ei->i_data_sem); |
1412 | 1412 | ||
1413 | ext4_discard_preallocations(inode); | 1413 | ext4_discard_preallocations(inode); |
1414 | ext4_es_remove_extent(inode, last_block, EXT_MAX_BLOCKS - last_block); | ||
1414 | 1415 | ||
1415 | /* | 1416 | /* |
1416 | * The orphan list entry will now protect us from any crash which | 1417 | * The orphan list entry will now protect us from any crash which |