diff options
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r-- | fs/btrfs/super.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 431fdf144b58..ab9d5e89ed13 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c | |||
@@ -375,6 +375,10 @@ int btrfs_sync_fs(struct super_block *sb, int wait) | |||
375 | filemap_flush(root->fs_info->btree_inode->i_mapping); | 375 | filemap_flush(root->fs_info->btree_inode->i_mapping); |
376 | return 0; | 376 | return 0; |
377 | } | 377 | } |
378 | |||
379 | btrfs_start_delalloc_inodes(root); | ||
380 | btrfs_wait_ordered_extents(root, 0); | ||
381 | |||
378 | btrfs_clean_old_snapshots(root); | 382 | btrfs_clean_old_snapshots(root); |
379 | trans = btrfs_start_transaction(root, 1); | 383 | trans = btrfs_start_transaction(root, 1); |
380 | ret = btrfs_commit_transaction(trans, root); | 384 | ret = btrfs_commit_transaction(trans, root); |