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:
a0f98dd
)
Btrfs: return error to caller when btrfs_unlink() failes
author
Tsutomu Itoh
<t-itoh@jp.fujitsu.com>
Tue, 19 Jul 2011 07:27:20 +0000
(07:27 +0000)
committer
Chris Mason
<chris.mason@oracle.com>
Mon, 1 Aug 2011 18:30:42 +0000
(14:30 -0400)
When btrfs_unlink_inode() and btrfs_orphan_add() in btrfs_unlink()
are error, the error code is returned to the caller instead of
BUG_ON().
Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found