Btrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix()
authorMiao Xie <miaox@cn.fujitsu.com>
Wed, 15 May 2013 07:48:18 +0000 (07:48 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Sat, 18 May 2013 01:40:32 +0000 (21:40 -0400)
We have checked if ->node is NULL or not, so it is unnecessary to
use BUG_ON() to check again. Remove it.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>

No differences found