btrfs: remove unused parameter from readahead_tree_block
[firefly-linux-kernel-4.4.55.git] / fs / btrfs / disk-io.h
index 14d06ee1e143aa9b0337fbda2b2df398780bdcb2..8cd6a53db621a4c4d4b4a721676478f74b2b8768 100644 (file)
@@ -46,8 +46,7 @@ struct btrfs_fs_devices;
 
 struct extent_buffer *read_tree_block(struct btrfs_root *root, u64 bytenr,
                                      u32 blocksize, u64 parent_transid);
-int readahead_tree_block(struct btrfs_root *root, u64 bytenr, u32 blocksize,
-                        u64 parent_transid);
+int 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);
 struct extent_buffer *btrfs_find_create_tree_block(struct btrfs_root *root,