From: Eric Sesterhenn Date: Tue, 3 Oct 2006 21:37:55 +0000 (+0200) Subject: BUG_ON conversion for fs/xfs/ X-Git-Tag: v2.6.19-rc1~165^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ab5aa911a5b5d7c721436bce8709202b707a361;p=pandora-kernel.git BUG_ON conversion for fs/xfs/ This patch converts two if () BUG(); construct to BUG_ON(); which occupies less space, uses unlikely and is safer when BUG() is disabled. Signed-off-by: Eric Sesterhenn Signed-off-by: Adrian Bunk --- Reading git-diff-tree failed