diff options
author | Nikolay Borisov <nborisov@suse.com> | 2019-01-30 17:51:00 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2019-02-25 16:13:36 +0300 |
commit | 352646c7bfa9fddb80c4ae87dce4a9ebd7dd0bb4 (patch) | |
tree | 6d73adc4e6444ea712fe3a3f8ea676085c30a47f /crypto | |
parent | ba8f5206a4fc579dcbc5e7dd571965236a9842d3 (diff) | |
download | linux-352646c7bfa9fddb80c4ae87dce4a9ebd7dd0bb4.tar.xz |
btrfs: Fix grossly misleading argument names in extent io search
The variables and function parameters of __etree_search which pertain to
prev/next are grossly misnamed. Namely, prev_ret holds the next state
and not the previous. Similarly, next_ret actually holds the previous
extent state relating to the offset we are interested in. Fix this by
renaming the variables as well as switching the arguments order. No
functional changes.
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions