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:
b4c7f53
)
[PATCH] BUG_ON() Conversion in fs/ocfs2/
author
Eric Sesterhenn / snakebyte
<snakebyte@gmx.de>
Fri, 27 Jan 2006 09:32:52 +0000
(10:32 +0100)
committer
Mark Fasheh
<mark.fasheh@oracle.com>
Fri, 3 Feb 2006 21:54:22 +0000
(13:54 -0800)
this changes if() BUG(); constructs to BUG_ON() which is
cleaner, contains unlikely() and can better optimized away.
Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
No differences found