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)
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>

No differences found