commit | 543cb2a451918002238a052d5c280e6afdee1cea | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Sat Apr 01 01:08:12 2006 +0200 |
committer | Adrian Bunk <bunk@stusta.de> | Sat Apr 01 01:08:12 2006 +0200 |
tree | 719e73e7752bdc23a4c5820f59f03393d5b635aa | |
parent | 58ef2c4ce3c98fe46ae159bd560b63421798ea90 [diff] |
BUG_ON() Conversion in md/dm-target.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>