diff options
Diffstat (limited to 'fs/btrfs/disk-io.h')
-rw-r--r-- | fs/btrfs/disk-io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/disk-io.h b/fs/btrfs/disk-io.h index aa9f56c38419..444ebb0141ae 100644 --- a/fs/btrfs/disk-io.h +++ b/fs/btrfs/disk-io.h | |||
@@ -44,6 +44,7 @@ struct btrfs_root *btrfs_read_fs_root(struct btrfs_fs_info *fs_info, | |||
44 | u64 bh_blocknr(struct buffer_head *bh); | 44 | u64 bh_blocknr(struct buffer_head *bh); |
45 | int btrfs_insert_dev_radix(struct btrfs_root *root, | 45 | int btrfs_insert_dev_radix(struct btrfs_root *root, |
46 | struct block_device *bdev, | 46 | struct block_device *bdev, |
47 | u64 device_id, | ||
47 | u64 block_start, | 48 | u64 block_start, |
48 | u64 num_blocks); | 49 | u64 num_blocks); |
49 | int btrfs_map_bh_to_logical(struct btrfs_root *root, struct buffer_head *bh, | 50 | int btrfs_map_bh_to_logical(struct btrfs_root *root, struct buffer_head *bh, |