btrfs: sink blocksize parameter to reada_tree_block_flagged
[firefly-linux-kernel-4.4.55.git] / fs / btrfs / disk-io.h
index 9cf4359ace057e30148d160baf7f110efc56982c..4d4ecdd9f4a262233ab0e3d8a7d74f2a59849800 100644 (file)
@@ -47,7 +47,7 @@ struct btrfs_fs_devices;
 struct extent_buffer *read_tree_block(struct btrfs_root *root, u64 bytenr,
                                      u64 parent_transid);
 void readahead_tree_block(struct btrfs_root *root, u64 bytenr);
-int reada_tree_block_flagged(struct btrfs_root *root, u64 bytenr, u32 blocksize,
+int reada_tree_block_flagged(struct btrfs_root *root, u64 bytenr,
                         int mirror_num, struct extent_buffer **eb);
 struct extent_buffer *btrfs_find_create_tree_block(struct btrfs_root *root,
                                                   u64 bytenr, u32 blocksize);