]> git.hungrycats.org Git - linux/commit
Btrfs: remove noused bbio_ret in __btrfs_map_block in condition
authorZhao Lei <zhaolei@cn.fujitsu.com>
Thu, 13 Nov 2014 03:45:39 +0000 (11:45 +0800)
committerZygo Blaxell <zblaxell@serenity.furryterror.org>
Fri, 23 Jan 2015 13:18:04 +0000 (08:18 -0500)
commit600a63e778f57883bac50b3c0556013b4593c834
tree6f0ecacdcbea135e7f1d0fd12a469b263973a162
parentce285afd52f39e75b9f735ad13aa1f536d439911
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: Zhao Lei <zhaolei@cn.fujitsu.com>
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Reviewed-by: David Sterba <dsterba@suse.cz>
(cherry picked from commit f90523d1aa3c414031094ff2284d47791f0c0a05)
fs/btrfs/volumes.c