Skip to content
Commit f90523d1 authored by Zhao Lei's avatar Zhao Lei Committed by Miao Xie
Browse files

Btrfs: remove noused bbio_ret in __btrfs_map_block in condition



bbio_ret in this condition is always !NULL because previous code
already have a check-and-skip:
4908 if (!bbio_ret)
4909     goto out;

Signed-off-by: default avatarZhao Lei <zhaolei@cn.fujitsu.com>
Signed-off-by: default avatarMiao Xie <miaox@cn.fujitsu.com>
Reviewed-by: default avatarDavid Sterba <dsterba@suse.cz>
parent 5d01410f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment