[PATCH] BUG_ON() Conversion in fs/ocfs2/
authorEric Sesterhenn / snakebyte <snakebyte@gmx.de>
Fri, 27 Jan 2006 09:32:52 +0000 (10:32 +0100)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 3 Feb 2006 21:54:22 +0000 (13:54 -0800)
commitebdec83ba46c123fe3bfdcaacf62d0dfe8fe4187
treeacd18f3170c1de8295375cadb0a33fa23066524e
parentb4c7f538508adcde7a0a5162faec0b2ab19b90bd
[PATCH] BUG_ON() Conversion in fs/ocfs2/

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>
fs/ocfs2/extent_map.c
fs/ocfs2/journal.c
fs/ocfs2/super.c
fs/ocfs2/sysfile.c