diff options
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r-- | fs/btrfs/volumes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h index 35ea4424963b..ad5566d4f2c8 100644 --- a/fs/btrfs/volumes.h +++ b/fs/btrfs/volumes.h | |||
@@ -248,7 +248,7 @@ int btrfs_alloc_dev_extent(struct btrfs_trans_handle *trans, | |||
248 | struct btrfs_device *device, | 248 | struct btrfs_device *device, |
249 | u64 chunk_tree, u64 chunk_objectid, | 249 | u64 chunk_tree, u64 chunk_objectid, |
250 | u64 chunk_offset, u64 start, u64 num_bytes); | 250 | u64 chunk_offset, u64 start, u64 num_bytes); |
251 | int btrfs_map_block(struct btrfs_mapping_tree *map_tree, int rw, | 251 | int btrfs_map_block(struct btrfs_fs_info *fs_info, int rw, |
252 | u64 logical, u64 *length, | 252 | u64 logical, u64 *length, |
253 | struct btrfs_bio **bbio_ret, int mirror_num); | 253 | struct btrfs_bio **bbio_ret, int mirror_num); |
254 | int btrfs_rmap_block(struct btrfs_mapping_tree *map_tree, | 254 | int btrfs_rmap_block(struct btrfs_mapping_tree *map_tree, |