commit | fc2e901f26859a87b7cd5c49015552805b7a00e0 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Nov 08 13:50:03 2016 +0100 |
committer | David Sterba <dsterba@suse.com> | Wed Nov 30 13:45:16 2016 +0100 |
tree | 7401705b8233db65d76e60e6b71a424bab3fb32d | |
parent | bcdc51b2043a363b67d97bc99799e505d31391a9 [diff] |
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>