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 08c44d9059b1..7071b2988305 100644
--- a/fs/btrfs/volumes.h
+++ b/fs/btrfs/volumes.h
@@ -322,6 +322,7 @@ int btrfs_resume_balance_async(struct btrfs_fs_info *fs_info);
322int btrfs_recover_balance(struct btrfs_fs_info *fs_info); 322int btrfs_recover_balance(struct btrfs_fs_info *fs_info);
323int btrfs_pause_balance(struct btrfs_fs_info *fs_info); 323int btrfs_pause_balance(struct btrfs_fs_info *fs_info);
324int btrfs_cancel_balance(struct btrfs_fs_info *fs_info); 324int btrfs_cancel_balance(struct btrfs_fs_info *fs_info);
325int btrfs_create_uuid_tree(struct btrfs_fs_info *fs_info);
325int btrfs_chunk_readonly(struct btrfs_root *root, u64 chunk_offset); 326int btrfs_chunk_readonly(struct btrfs_root *root, u64 chunk_offset);
326int find_free_dev_extent(struct btrfs_trans_handle *trans, 327int find_free_dev_extent(struct btrfs_trans_handle *trans,
327 struct btrfs_device *device, u64 num_bytes, 328 struct btrfs_device *device, u64 num_bytes,