diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 5dc54ae5ac81..a4807ced23cc 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c | |||
@@ -866,7 +866,7 @@ int btrfs_sync_fs(struct super_block *sb, int wait) | |||
866 | return 0; | 866 | return 0; |
867 | } | 867 | } |
868 | 868 | ||
869 | btrfs_wait_ordered_extents(root, 0); | 869 | btrfs_wait_ordered_extents(root, 1); |
870 | 870 | ||
871 | trans = btrfs_attach_transaction_barrier(root); | 871 | trans = btrfs_attach_transaction_barrier(root); |
872 | if (IS_ERR(trans)) { | 872 | if (IS_ERR(trans)) { |