]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/btrfs/super.c
Btrfs: kill delay_iput arg to the wait_ordered functions
[mirror_ubuntu-zesty-kernel.git] / fs / btrfs / super.c
index 58cb83f23b1a21c470c4cc58417e5c9c295d92c0..b341da3ee3ee0d94119172c7e19770c2b33be37b 100644 (file)
@@ -921,7 +921,7 @@ int btrfs_sync_fs(struct super_block *sb, int wait)
                return 0;
        }
 
-       btrfs_wait_all_ordered_extents(fs_info, 1);
+       btrfs_wait_all_ordered_extents(fs_info);
 
        trans = btrfs_attach_transaction_barrier(root);
        if (IS_ERR(trans)) {