btrfs: remove unused parameter blocksize from btrfs_find_tree_block
[firefly-linux-kernel-4.4.55.git] / fs / btrfs / disk-io.h
index 03f396144fe149d5eaecb7c314796a3d599d5ada..ae04daef60872a5eb54d9e9d182a0b23fdcad2e8 100644 (file)
@@ -62,7 +62,7 @@ int write_ctree_super(struct btrfs_trans_handle *trans,
 struct buffer_head *btrfs_read_dev_super(struct block_device *bdev);
 int btrfs_commit_super(struct btrfs_root *root);
 struct extent_buffer *btrfs_find_tree_block(struct btrfs_root *root,
-                                           u64 bytenr, u32 blocksize);
+                                           u64 bytenr);
 struct btrfs_root *btrfs_read_fs_root(struct btrfs_root *tree_root,
                                      struct btrfs_key *location);
 int btrfs_init_fs_root(struct btrfs_root *root);