aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorGravatar David Sterba <dsterba@suse.com> 2016-11-08 13:50:03 +0100
committerGravatar David Sterba <dsterba@suse.com> 2016-11-30 13:45:16 +0100
commitfc2e901f26859a87b7cd5c49015552805b7a00e0 (patch)
tree7401705b8233db65d76e60e6b71a424bab3fb32d /fs/btrfs/ctree.h
parentbtrfs: reada, remove unused parameter from __readahead_hook (diff)
downloadlinux-fc2e901f26859a87b7cd5c49015552805b7a00e0.tar.gz
linux-fc2e901f26859a87b7cd5c49015552805b7a00e0.tar.bz2
linux-fc2e901f26859a87b7cd5c49015552805b7a00e0.zip
btrfs: reada, sink start parameter to btree_readahead_hook
Originally, the eb and start were passed separately in case eb is NULL. Since the readahead has been refactored in 4.6, this is not true anymore and we can get rid of the parameter. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index b26b8b363f7f..9768ce804265 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -3661,7 +3661,7 @@ struct reada_control *btrfs_reada_add(struct btrfs_root *root,
int btrfs_reada_wait(void *handle);
void btrfs_reada_detach(void *handle);
int btree_readahead_hook(struct btrfs_fs_info *fs_info,
- struct extent_buffer *eb, u64 start, int err);
+ struct extent_buffer *eb, int err);
static inline int is_fstree(u64 rootid)
{