Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integration
[linux-2.6-block.git] / fs / btrfs / volumes.h
index 6faec9dd1f93b95e5c497763a3c49b04f4c422cb..19ac95048b88596e44b6dd667b050fb796ab20e7 100644 (file)
@@ -279,7 +279,6 @@ int btrfs_recover_balance(struct btrfs_root *tree_root);
 int btrfs_pause_balance(struct btrfs_fs_info *fs_info);
 int btrfs_cancel_balance(struct btrfs_fs_info *fs_info);
 int btrfs_chunk_readonly(struct btrfs_root *root, u64 chunk_offset);
-int find_free_dev_extent(struct btrfs_trans_handle *trans,
-                        struct btrfs_device *device, u64 num_bytes,
+int find_free_dev_extent(struct btrfs_device *device, u64 num_bytes,
                         u64 *start, u64 *max_avail);
 #endif