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:
65a246c
)
Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item
author
Tsutomu Itoh
<t-itoh@jp.fujitsu.com>
Thu, 19 May 2011 05:19:08 +0000
(
05:19
+0000)
committer
Chris Mason
<chris.mason@oracle.com>
Mon, 23 May 2011 17:24:39 +0000
(13:24 -0400)
Currently, btrfs_truncate_item and btrfs_extend_item returns only 0.
So, the check by BUG_ON in the caller is unnecessary.
Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
No differences found