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)
commit314297c2a3fbcbda992507f70cd04cc82084e434
tree60d554b89d19195c92bd5f6ad8924977664a10e3
parent061594ef171a5ba52b5786688ae766907b0bda2b
Btrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix()

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>
fs/btrfs/disk-io.c