aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r--fs/btrfs/volumes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h
index 80953afb12b9..caa9abd218ef 100644
--- a/fs/btrfs/volumes.h
+++ b/fs/btrfs/volumes.h
@@ -274,6 +274,7 @@ int btrfs_balance(struct btrfs_balance_control *bctl,
274 struct btrfs_ioctl_balance_args *bargs); 274 struct btrfs_ioctl_balance_args *bargs);
275int btrfs_recover_balance(struct btrfs_root *tree_root); 275int btrfs_recover_balance(struct btrfs_root *tree_root);
276int btrfs_pause_balance(struct btrfs_fs_info *fs_info); 276int btrfs_pause_balance(struct btrfs_fs_info *fs_info);
277int btrfs_cancel_balance(struct btrfs_fs_info *fs_info);
277int btrfs_chunk_readonly(struct btrfs_root *root, u64 chunk_offset); 278int btrfs_chunk_readonly(struct btrfs_root *root, u64 chunk_offset);
278int find_free_dev_extent(struct btrfs_trans_handle *trans, 279int find_free_dev_extent(struct btrfs_trans_handle *trans,
279 struct btrfs_device *device, u64 num_bytes, 280 struct btrfs_device *device, u64 num_bytes,