From: Miao Xie Date: Wed, 15 May 2013 07:48:18 +0000 (+0000) Subject: Btrfs: remove BUG_ON() in btrfs_read_fs_tree_no_radix() X-Git-Tag: v3.10-rc2~7^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=314297c2a3fbcbda992507f70cd04cc82084e434;p=pandora-kernel.git 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 Signed-off-by: Josef Bacik --- Reading git-diff-tree failed