summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
diff options
context:
space:
mode:
authorLiu Bo2012-09-14 10:58:07 +0200
committerChris Mason2012-10-04 15:39:57 +0200
commit6bbe3a9c805fcb8cd8d396dafd32078181a7cdd5 (patch)
tree46bd39cb7961d3c44e7e2c28f6aec6ec9684ac8d /fs/btrfs/super.c
parentBtrfs: cleanup fs_info->hashers (diff)
downloadkernel-qcow2-linux-6bbe3a9c805fcb8cd8d396dafd32078181a7cdd5.tar.gz
kernel-qcow2-linux-6bbe3a9c805fcb8cd8d396dafd32078181a7cdd5.tar.xz
kernel-qcow2-linux-6bbe3a9c805fcb8cd8d396dafd32078181a7cdd5.zip
Btrfs: kill obsolete arguments in btrfs_wait_ordered_extents
nocow_only is now an obsolete argument. Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r--fs/btrfs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index 903ab2d7068a..5aa3b8182d96 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -852,7 +852,7 @@ int btrfs_sync_fs(struct super_block *sb, int wait)
return 0;
}
- btrfs_wait_ordered_extents(root, 0, 0);
+ btrfs_wait_ordered_extents(root, 0);
trans = btrfs_join_transaction_freeze(root);
if (IS_ERR(trans)) {