BUG_ON() Conversion in md/dm-table.c
authorEric Sesterhenn <snakebyte@gmx.de>
Sun, 26 Mar 2006 16:22:50 +0000 (18:22 +0200)
committerAdrian Bunk <bunk@stusta.de>
Sun, 26 Mar 2006 16:22:50 +0000 (18:22 +0200)
commit547bc92649345af6014578a64b27cc5787617935
tree4b2a097badd0bef9003846813dec53d5daa5030e
parentc163c7293eb68bf6c0c824d122a2192b9f129193
BUG_ON() Conversion in md/dm-table.c

this changes if() BUG(); constructs to BUG_ON() which is
cleaner and can better optimized away

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/md/dm-table.c