git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d01410
)
Btrfs: remove noused bbio_ret in __btrfs_map_block in condition
author
Zhao Lei
<zhaolei@cn.fujitsu.com>
Thu, 13 Nov 2014 03:45:39 +0000
(11:45 +0800)
committer
Miao Xie
<miaox@cn.fujitsu.com>
Wed, 3 Dec 2014 02:18:44 +0000
(10:18 +0800)
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>
fs/btrfs/volumes.c
patch
|
blob
|
history
diff --cc
fs/btrfs/volumes.c
Simple merge