commit | 9e77c485f7037e4817bb53c78d15d5403981ae8b | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Sat Apr 01 01:08:49 2006 +0200 |
committer | Adrian Bunk <bunk@stusta.de> | Sat Apr 01 01:08:49 2006 +0200 |
tree | 1b9b5bc14576c51ae03daf46b003869497499719 | |
parent | 543cb2a451918002238a052d5c280e6afdee1cea [diff] |
BUG_ON() Conversion in md/raid1.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>