Re: [PATCH] Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item

2011-05-20 Thread David Sterba
Hi, On Thu, May 19, 2011 at 02:19:08PM +0900, Tsutomu Itoh wrote: > Currently, btrfs_truncate_item and btrfs_extend_item returns only 0. > So, the check by BUG_ON in the caller is unnecessary. well, I don't think it's right to remove the BUG_ONs right now. btrfs_extend_item has it's own BUG_ON()s

[PATCH] Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item

2011-05-18 Thread Tsutomu Itoh
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 --- fs/btrfs/ctree.c |8 ++-- fs/btrfs/dir-item.c|1 - fs/btrfs/extent-tree.c |3 --- fs/btrfs/file-item.c |3 ---