btrfs: remove parameter blocksize from read_tree_block
[firefly-linux-kernel-4.4.55.git] / fs / btrfs / disk-io.h
index 0d9793f6b594d364b6e6361f073ff8adc743a164..03f396144fe149d5eaecb7c314796a3d599d5ada 100644 (file)
@@ -45,7 +45,7 @@ struct btrfs_device;
 struct btrfs_fs_devices;
 
 struct extent_buffer *read_tree_block(struct btrfs_root *root, u64 bytenr,
-                                     u32 blocksize, u64 parent_transid);
+                                     u64 parent_transid);
 void readahead_tree_block(struct btrfs_root *root, u64 bytenr, u32 blocksize);
 int reada_tree_block_flagged(struct btrfs_root *root, u64 bytenr, u32 blocksize,
                         int mirror_num, struct extent_buffer **eb);