BUG_ON() Conversion in fs/direct-io.c
authorEric Sesterhenn <snakebyte@gmx.de>
Fri, 31 Mar 2006 23:10:13 +0000 (01:10 +0200)
committerAdrian Bunk <bunk@stusta.de>
Fri, 31 Mar 2006 23:10:13 +0000 (01:10 +0200)
commitd4569d2e6949a63851032b40c811913d4a6f85f5
treed2a5c38c2fbf7167d742bde9ccb6fca0cb12c686
parent9e77c485f7037e4817bb53c78d15d5403981ae8b
BUG_ON() Conversion in fs/direct-io.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>
fs/direct-io.c