]> git.baikalelectronics.ru Git - kernel.git/commit
BUG_ON conversion for fs/xfs/
authorEric Sesterhenn <snakebyte@gmx.de>
Tue, 3 Oct 2006 21:37:55 +0000 (23:37 +0200)
committerAdrian Bunk <bunk@stusta.de>
Tue, 3 Oct 2006 21:37:55 +0000 (23:37 +0200)
commit1192f771cf3e178848e466e1a44b62f6997c5752
treee24fdd1d911415bf5d15c1bf2950766c8c04543e
parent2b0b2ba79603c4c7b8f323982c6c9d3d28418b90
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 <snakebyte@gmx.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
fs/xfs/support/debug.c