summaryrefslogtreecommitdiff
path: root/ext2fs/truncate.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext2fs/truncate.c')
-rw-r--r--ext2fs/truncate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/truncate.c b/ext2fs/truncate.c
index 5653cbe6..b1793ef0 100644
--- a/ext2fs/truncate.c
+++ b/ext2fs/truncate.c
@@ -139,7 +139,7 @@ trunc_indirect (struct node *node, block_t end,
if (first == 0 && all_freed)
{
- pager_flush_some (diskfs_disk_pager, boffs (*p), block_size);
+ pager_flush_some (diskfs_disk_pager, boffs (*p), block_size, 1);
free_block_run_free_ptr (fbr, p);
}
else if (modified)