commit | 9ab5aa911a5b5d7c721436bce8709202b707a361 | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Tue Oct 03 23:37:55 2006 +0200 |
committer | Adrian Bunk <bunk@stusta.de> | Tue Oct 03 23:37:55 2006 +0200 |
tree | e24fdd1d911415bf5d15c1bf2950766c8c04543e | |
parent | 73dff8be9ea89df26bfb6a0443ad912de6e7bd00 [diff] |
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>