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:
ca456ae
)
btrfs: false BUG_ON when degraded
author
Arne Jansen
<sensille@gmx.net>
Mon, 30 May 2011 08:36:16 +0000
(08:36 +0000)
committer
Chris Mason
<chris.mason@oracle.com>
Sat, 4 Jun 2011 12:03:44 +0000
(08:03 -0400)
In degraded mode the struct btrfs_device of missing devs don't have
device->name set. A kstrdup of NULL correctly returns NULL. Don't
BUG in this case.
Signed-off-by: Arne Jansen <sensille@gmx.net>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found