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:
60d2adb
)
btrfs: fix oops on failure path
author
Daniel J Blueman
<daniel.blueman@gmail.com>
Thu, 23 Jun 2011 15:01:01 +0000
(23:01 +0800)
committer
David Sterba
<dsterba@suse.cz>
Thu, 20 Oct 2011 16:10:50 +0000
(18:10 +0200)
If lookup_extent_backref fails, path->nodes[0] reasonably could be
null along with other callers of btrfs_print_leaf, so ensure we have a
valid extent buffer before dereferencing.
Signed-off-by: Daniel J Blueman <daniel.blueman@gmail.com>
No differences found