Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item
authorTsutomu Itoh <t-itoh@jp.fujitsu.com>
Thu, 19 May 2011 05:19:08 +0000 (05:19 +0000)
committerChris 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