summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorGu JinXiang <gujx@cn.fujitsu.com>2018-01-11 11:12:18 +0300
committerDavid Sterba <dsterba@suse.com>2018-03-26 16:09:37 +0300
commit7ce311d552e473a5176f8bb143fb45de64b8bd81 (patch)
tree7df2369c78433bb0668026f9088016c4869bc322 /include/linux
parent019599ada73ce8ac0b0d60705819eba95df54630 (diff)
downloadlinux-7ce311d552e473a5176f8bb143fb45de64b8bd81.tar.xz
btrfs: use reada direction enum instead of constant value in load_free_space_tree
load_free_space_tree calls either function load_free_space_bitmaps or load_free_space_extents. And either of those two will lead to call btrfs_next_item. So in function load_free_space_tree, use READA_FORWARD to read forward ahead. This also changes the value from READA_BACK to READA_FORWARD, since according to the logic, it should reada_for_search forward, not backward. Signed-off-by: Gu JinXiang <gujx@cn.fujitsu.com> Reviewed-by: Nikolay Borisov <nborisov@suse.com> [ update changelog ] Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions