aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2014-06-15 02:04:19 +0200
committerDavid Sterba <dsterba@suse.cz>2014-12-12 18:07:18 +0100
commitd3e46fea1b1e8ba97a8c9dd8f54b97d086cd25aa (patch)
tree68afccf1b4f71865d05af4ff6ec5ff12f20f2f97 /fs/btrfs/extent-tree.c
parentMerge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs into for-linus (diff)
downloadlinux-dev-d3e46fea1b1e8ba97a8c9dd8f54b97d086cd25aa.tar.xz
linux-dev-d3e46fea1b1e8ba97a8c9dd8f54b97d086cd25aa.zip
btrfs: sink blocksize parameter to readahead_tree_block
All callers pass nodesize. Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'fs/btrfs/extent-tree.c')
-rw-r--r--fs/btrfs/extent-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c
index 222d6aea4a8a..c025751c20d7 100644
--- a/fs/btrfs/extent-tree.c
+++ b/fs/btrfs/extent-tree.c
@@ -7485,7 +7485,7 @@ static noinline void reada_walk_down(struct btrfs_trans_handle *trans,
continue;
}
reada:
- readahead_tree_block(root, bytenr, blocksize);
+ readahead_tree_block(root, bytenr);
nread++;
}
wc->reada_slot = slot;