BUG_ON() Conversion in md/raid10.c
authorEric Sesterhenn <snakebyte@gmx.de>
Sun, 2 Apr 2006 11:34:29 +0000 (13:34 +0200)
committerAdrian Bunk <bunk@stusta.de>
Sun, 2 Apr 2006 11:34:29 +0000 (13:34 +0200)
commitb6385483840e903d99cb753593faea215ae8d324
tree9617999432507882287ef4cd2d9be1f20017d6ba
parent43dab9bbe9fda735589f2749004f639349966b20
BUG_ON() Conversion in md/raid10.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/raid10.c