diff options
author | Liu Bo <bo.li.liu@oracle.com> | 2012-09-14 10:58:07 +0200 |
---|---|---|
committer | Chris Mason <chris.mason@fusionio.com> | 2012-10-04 15:39:57 +0200 |
commit | 6bbe3a9c805fcb8cd8d396dafd32078181a7cdd5 (patch) | |
tree | 46bd39cb7961d3c44e7e2c28f6aec6ec9684ac8d /fs/btrfs/relocation.c | |
parent | Btrfs: cleanup fs_info->hashers (diff) | |
download | linux-6bbe3a9c805fcb8cd8d396dafd32078181a7cdd5.tar.xz 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/relocation.c')
-rw-r--r-- | fs/btrfs/relocation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/relocation.c b/fs/btrfs/relocation.c index 7e7fd1bcfc54..6e530bb86c94 100644 --- a/fs/btrfs/relocation.c +++ b/fs/btrfs/relocation.c @@ -4058,7 +4058,7 @@ int btrfs_relocate_block_group(struct btrfs_root *extent_root, u64 group_start) (unsigned long long)rc->block_group->flags); btrfs_start_delalloc_inodes(fs_info->tree_root, 0); - btrfs_wait_ordered_extents(fs_info->tree_root, 0, 0); + btrfs_wait_ordered_extents(fs_info->tree_root, 0); while (1) { mutex_lock(&fs_info->cleaner_mutex); |