btrfs: sink blocksize parameter to btrfs_find_create_tree_block
[linux-2.6-block.git] / fs / btrfs / disk-io.h
index 4d4ecdd9f4a262233ab0e3d8a7d74f2a59849800..27d44c0fd2364df69eafd15f61bd6a215696f91f 100644 (file)
@@ -50,7 +50,7 @@ void readahead_tree_block(struct btrfs_root *root, u64 bytenr);
 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);
+                                                  u64 bytenr);
 void clean_tree_block(struct btrfs_trans_handle *trans,
                      struct btrfs_root *root, struct extent_buffer *buf);
 int open_ctree(struct super_block *sb,