diff options
Diffstat (limited to 'fs/btrfs/disk-io.h')
-rw-r--r-- | fs/btrfs/disk-io.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.h b/fs/btrfs/disk-io.h index 5261733b8735..da6bb72750f2 100644 --- a/fs/btrfs/disk-io.h +++ b/fs/btrfs/disk-io.h | |||
@@ -66,7 +66,8 @@ struct buffer_head *btrfs_find_tree_block(struct btrfs_root *root, u64 blocknr); | |||
66 | int btrfs_csum_data(struct btrfs_root * root, char *data, size_t len, | 66 | int btrfs_csum_data(struct btrfs_root * root, char *data, size_t len, |
67 | char *result); | 67 | char *result); |
68 | struct btrfs_root *btrfs_read_fs_root(struct btrfs_fs_info *fs_info, | 68 | struct btrfs_root *btrfs_read_fs_root(struct btrfs_fs_info *fs_info, |
69 | struct btrfs_key *location); | 69 | struct btrfs_key *location, |
70 | const char *name, int namelen); | ||
70 | struct btrfs_root *btrfs_read_fs_root_no_radix(struct btrfs_fs_info *fs_info, | 71 | struct btrfs_root *btrfs_read_fs_root_no_radix(struct btrfs_fs_info *fs_info, |
71 | struct btrfs_key *location); | 72 | struct btrfs_key *location); |
72 | u64 bh_blocknr(struct buffer_head *bh); | 73 | u64 bh_blocknr(struct buffer_head *bh); |