git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73dff8b
)
BUG_ON conversion for fs/xfs/
author
Eric Sesterhenn
<snakebyte@gmx.de>
Tue, 3 Oct 2006 21:37:55 +0000
(23:37 +0200)
committer
Adrian 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