diff options
Diffstat (limited to 'fs/btrfs/transaction.c')
-rw-r--r-- | fs/btrfs/transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index e4bfac8d54b8..c9265a603488 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c | |||
@@ -1475,7 +1475,7 @@ int btrfs_commit_transaction(struct btrfs_trans_handle *trans, | |||
1475 | 1475 | ||
1476 | if (flush_on_commit || snap_pending) { | 1476 | if (flush_on_commit || snap_pending) { |
1477 | btrfs_start_delalloc_inodes(root, 1); | 1477 | btrfs_start_delalloc_inodes(root, 1); |
1478 | btrfs_wait_ordered_extents(root, 0, 1); | 1478 | btrfs_wait_ordered_extents(root, 1); |
1479 | } | 1479 | } |
1480 | 1480 | ||
1481 | ret = btrfs_run_delayed_items(trans, root); | 1481 | ret = btrfs_run_delayed_items(trans, root); |