commit | 4401d138993c652dc7463207fa3afde71b7ae509 | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Fri Mar 24 18:36:27 2006 +0100 |
committer | Adrian Bunk <bunk@stusta.de> | Fri Mar 24 18:36:27 2006 +0100 |
tree | be2292c0d5329f54b98f0d4acbc574774f0834c2 | |
parent | 5daf2cf19a7d03843d8d2d1b4aaf5260479cc5a7 [diff] |
BUG_ON() Conversion in md/dm-hw-handler.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>